Skip to content

Commit

Permalink
Remove =
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 19, 2024
1 parent 303c987 commit c6c2686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ wasm-client = ["surf", "surf/wasm-client"]
[dev-dependencies]
async-std = { version = "1.6.5", features = ["attributes", "tokio02", "tokio1"] }
indoc = "1.0"
tokio = { version = "=1.25.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit c6c2686

Please sign in to comment.