Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Mar 28, 2023
1 parent bb0c23d commit e2ebca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telegraf"
version = "0.5.1"
version = "0.6.0"
authors = ["Max Mindlin <maxmindlin@gmail.com>"]
edition = "2018"
repository = "https://github.com/maxmindlin/telegraf-rust"
Expand All @@ -15,4 +15,4 @@ members = ["telegraf_derive", "tests"]

[dependencies]
url = "2.1.1"
telegraf_derive = { path = "telegraf_derive", version = "0.1.1" }
telegraf_derive = "0.2.0"

0 comments on commit e2ebca4

Please sign in to comment.