Tweak versions requirements in Cargo.toml
This commit is contained in:
parent
8e99a7016e
commit
c39742a44f
@ -9,9 +9,9 @@ edition = "2018"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
version = "1.0"
|
version = "^1.0"
|
||||||
features = ["net", "time"]
|
features = ["net", "time"]
|
||||||
|
|
||||||
[dev-dependencies.tokio]
|
[dev-dependencies.tokio]
|
||||||
version = "1.0"
|
version = "^1.0"
|
||||||
features = ["macros", "net", "rt-multi-thread", "time"]
|
features = ["macros", "net", "rt-multi-thread", "time"]
|
Loading…
Reference in New Issue
Block a user