We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45f91a commit 8f66dcfCopy full SHA for 8f66dcf
Cargo.toml
@@ -31,4 +31,4 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
31
32
[dev-dependencies]
33
# Required for tokio::test macro
34
-tokio = { version = "*", features = [ "rt", "macros" ] }
+tokio = { version = "1", features = [ "rt", "macros" ] }
0 commit comments