Skip to content

Commit

Permalink
Merge pull request #10 from rusty-bolt/bolt/envlogger-update
Browse files Browse the repository at this point in the history
Advance Version for Release + Env Logger Update
  • Loading branch information
mbolt35 committed May 21, 2024
2 parents 5a273f8 + 86e4da6 commit 121fc35
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 = "conntrack"
version = "0.1.1"
version = "0.1.2"
authors = ["Matt Bolt <mbolt35@gmail.com>"]
repository = "https://github.com/rusty-bolt/conntrack-rs"
description = "Netfilter Conntrack"
Expand All @@ -21,7 +21,7 @@ serde = { version = "1.0.193", features = ["derive"] }

[dev-dependencies]
anyhow = "1.0.70"
env_logger = "0.10.0"
env_logger = "0.11.3"

[[example]]
name = "conntrack-dump"
Expand Down

0 comments on commit 121fc35

Please sign in to comment.