We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e923a commit 8960baeCopy full SHA for 8960bae
Cargo.toml
@@ -10,7 +10,7 @@ pin-project = "1"
10
# For timer only
11
# TODO, Add this under a feature gate
12
# TODO, Only tokio::sync::watch channel is used (find individual dependency)
13
-tokio = { version = "1.38.1", default-features = false, features = ["sync"] }
+tokio = { version = "=1.38.1", default-features = false, features = ["sync"] }
14
15
[dev-dependencies]
16
tokio = { version = "1", features = ["full"] }
0 commit comments