mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-08 07:13:21 -04:00
update things to use workspace tokio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user