Skip to content

Commit

Permalink
chore: Release v0.4.0
Browse files Browse the repository at this point in the history
updates strum, strum_macros to v0.26.2
  • Loading branch information
jwhb committed Mar 16, 2024
1 parent c20bcee commit bf3c4b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "nftables"
version = "0.3.0"
version = "0.4.0"
license = "MIT OR Apache-2.0"
description = "Safe abstraction for nftables JSON API. It can be used to create nftables rulesets in Rust and parse existing nftables rulesets from JSON."
homepage = "https://namib.me/"
Expand All @@ -18,8 +18,8 @@ exclude = [
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81" }
serde_path_to_error = "0.1"
strum = "0.25"
strum_macros = "0.25"
strum = "0.26.2"
strum_macros = "0.26.2"
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit bf3c4b1

Please sign in to comment.