Skip to content

Commit 20e21c7

Browse files
committed
using forked influxdb-rust until upstream merges a feature
1 parent 45c6e5d commit 20e21c7

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
@@ -11,7 +11,7 @@ rand_distr = "0.4.3"
1111
num-format = "0.4.3"
1212
metriki-core = "1.7.4"
1313
derive_builder = "0.12.0"
14-
influxdb = {version="0.5.2", features=["reqwest"], path="../../influxdb-rust/influxdb"}
14+
influxdb = { git = 'https://github.com/bogdad/influxdb-rust', branch = 'main' }
1515
tokio = { version = "1.0", default-features = false, features = ["net", "time"] }
1616
futures = "0.3.26"
1717
reqwest= "0.11.14"

0 commit comments

Comments
 (0)