aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-03-26 16:45:49 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-03-26 16:45:49 +0200
commit2193d38b6bf190abe10112a9ee3c49213134095f (patch)
tree2bb0d27a68f1688d20a9d5b20cf8d43cb782f54c
parent47bbbefb4a97d93981bb234f43d8939025c1db40 (diff)
release 0.9.0v0.9.0
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f32727..8ca640a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rustables"
-version = "0.8.1"
-authors = ["lafleur@boum.org", "Simon Thoby", "Mullvad VPN"]
+version = "0.9.0"
+authors = ["lafleur@boum.org", "Simon Thoby", "Mullvad VPN", "HimbeerserverDE"]
license = "GPL-3.0-or-later"
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
repository = "https://gitlab.com/rustwall/rustables"