Skip to content

Commit fc36ef4

Browse files
committed
Release influxdb_derive 0.5.1
1 parent 436030a commit fc36ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/influxdb-rs/influxdb-rust"
1616
chrono = { version = "0.4.23", features = ["serde"], default-features = false }
1717
futures-util = "0.3.17"
1818
http = "0.2.4"
19-
influxdb_derive = { version = "0.5.0", optional = true }
19+
influxdb_derive = { version = "0.5.1", optional = true }
2020
lazy_static = "1.4.0"
2121
regex = "1.3.5"
2222
reqwest = { version = "0.11.4", default-features = false, optional = true }

influxdb_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "influxdb_derive"
5-
version = "0.5.0"
5+
version = "0.5.1"
66
authors = ["Gero Gerke <[email protected]>"]
77
edition = "2018"
88
description = "Private implementation detail of the influxdb crate"

0 commit comments

Comments
 (0)