Skip to content

Commit

Permalink
chore: Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhb committed Jan 22, 2024
1 parent 471e9fa commit 5e10bbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
27 changes: 8 additions & 19 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.2.4"
version = "0.3.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.24"
strum_macros = "0.24"
strum = "0.25"
strum_macros = "0.25"
thiserror = "1.0"

[build-dependencies]

0 comments on commit 5e10bbb

Please sign in to comment.