mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
update things to use workspace tokio
This commit is contained in:
parent
253739c83e
commit
b86ec247c8
@ -11,4 +11,4 @@ clap = { version = "4.0.32", features = ["derive"] }
|
||||
anyhow = "1.0.68"
|
||||
hex = "0.4.3"
|
||||
sd-crypto = { path = "../../crates/crypto" }
|
||||
tokio = { version = "1.21.2", features = ["io-util", "rt-multi-thread"] }
|
||||
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }
|
||||
|
||||
@ -45,7 +45,7 @@ hex = "0.4.3"
|
||||
tokio = { workspace = true, features = ["io-util", "rt-multi-thread"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.21.2", features = [
|
||||
tokio = { workspace = true, features = [
|
||||
"fs",
|
||||
"macros",
|
||||
] } # features needed for examples
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user