forked from projectmoon/tenebrous-dicebot
Remove once_cell
This commit is contained in:
parent
7e44faf693
commit
20e8c3cd67
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue