From c423ab3f8f1d56085cbb7ba18c7ac84ee569822d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 20 Sep 2024 05:55:12 +0800 Subject: [PATCH] Remove = --- influxdb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/Cargo.toml b/influxdb/Cargo.toml index c7a0876..8efe5a8 100644 --- a/influxdb/Cargo.toml +++ b/influxdb/Cargo.toml @@ -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"] }