Skip to content

Commit

Permalink
Version up v0.1.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov authored Nov 29, 2022
1 parent a016996 commit 6e397e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions log4rs-logstash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log4rs-logstash"
version = "0.1.0"
version = "0.1.1"
description = "Logstash appender for log4rs"
repository = "https://github.com/qoollo/rust-log4rs-logstash"
homepage = "https://github.com/qoollo/rust-log4rs-logstash"
Expand All @@ -17,7 +17,7 @@ log4rs = "1"
log = "0.4"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
logstash-rs = { version = "0.1.0", path = "../logstash-rs" }
logstash-rs = { version = "0.1.1", path = "../logstash-rs" }
humantime-serde = "1"
serde_json = "1"

Expand Down
2 changes: 1 addition & 1 deletion logstash-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logstash-rs"
version = "0.1.0"
version = "0.1.1"
description = "Logstash sender"
repository = "https://github.com/qoollo/rust-log4rs-logstash"
homepage = "https://github.com/qoollo/rust-log4rs-logstash"
Expand Down

0 comments on commit 6e397e8

Please sign in to comment.