Skip to content

Commit

Permalink
Set correct version for tokio test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a committed Jan 15, 2023
1 parent bcf0dbd commit d255f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engineio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ criterion = { version = "0.4.0", features = ["async_tokio"] }
lazy_static = "1.4.0"

[dev-dependencies.tokio]
version = "*"
version = "1.16.1"
# we need the `#[tokio::test]` macro
features = ["macros"]

Expand Down
2 changes: 1 addition & 1 deletion socketio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = "0.4.16"
cargo-tarpaulin = "0.18.5"

[dev-dependencies.tokio]
version = "*"
version = "1.16.1"
# we need the `#[tokio::test]` macro
features = ["macros"]

Expand Down

0 comments on commit d255f4e

Please sign in to comment.