We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8960bae commit 44d5a32Copy full SHA for 44d5a32
Cargo.toml
@@ -13,4 +13,4 @@ pin-project = "1"
13
tokio = { version = "=1.38.1", default-features = false, features = ["sync"] }
14
15
[dev-dependencies]
16
-tokio = { version = "1", features = ["full"] }
+tokio = { version = "=1.38.1", features = ["full"] }
0 commit comments