Skip to content

Commit

Permalink
Update envlogger version and advance version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolt35 committed May 21, 2024
1 parent 5a273f8 commit 86e4da6
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 86e4da6

Please sign in to comment.