We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79ab8 commit 00e23a7Copy full SHA for 00e23a7
backends/influxdb/Cargo.toml
@@ -36,7 +36,9 @@ log = "0.4"
36
uuid = { version = "0.8", features = ["v4"] }
37
serde = { version = "1.0", features = ["derive"] }
38
serde_json = "1.0"
39
-influxdb = { version = "0.3", features = ["h1-client"] }
+# TODO: set influxdb version when commit https://github.com/Empty2k12/influxdb-rust/commit/9cd527a is released
40
+influxdb = { git = "https://github.com/Empty2k12/influxdb-rust.git", rev = "9cd527a", features = ["h1-client"] }
41
+
42
43
[dependencies.async-std]
44
version = "=1.6.5"
0 commit comments