Skip to content

Commit 8f66dcf

Browse files
committed
meta: wildcard tokio version is not allowed when publishing
1 parent c45f91a commit 8f66dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
3131

3232
[dev-dependencies]
3333
# Required for tokio::test macro
34-
tokio = { version = "*", features = [ "rt", "macros" ] }
34+
tokio = { version = "1", features = [ "rt", "macros" ] }

0 commit comments

Comments
 (0)