Remove once_cell

This commit is contained in:
projectmoon 2020-10-11 21:24:56 +00:00
parent 7e44faf693
commit 20e8c3cd67
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -288,7 +288,6 @@ dependencies = [
"matrix-sdk-common 0.1.0 (git+https://github.com/matrix-org/matrix-rust-sdk?rev=0.1.0)",
"matrix-sdk-common-macros",
"nom",
"once_cell",
"rand",
"serde",
"thiserror",

View File

@ -25,7 +25,6 @@ indoc = "1.0"
actix = "0.10"
actix-rt = "1.1"
combine = "4.3"
once_cell = "1.4"
# The versioning of the matrix SDK follows its Cargo.toml. The SDK and
# macros are on master, but it imports the common and base from 0.1.0.