aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Thoby <git@nightmared.fr>2023-03-18 20:45:10 +0100
committerSimon Thoby <git@nightmared.fr>2023-03-18 20:45:10 +0100
commit3de41cd804668a144cf206bc5a236c3a4d45014d (patch)
treeca975ad9343274d33af14f875603fa6b9e07a6cf
parentc7f10198124c829b1869c406071f59136fb0737d (diff)
release v0.8.1v0.8.1
-rw-r--r--Cargo.toml2
-rw-r--r--macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c9a170..6f32727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustables"
-version = "0.8.1-alpha1"
+version = "0.8.1"
authors = ["lafleur@boum.org", "Simon Thoby", "Mullvad VPN"]
license = "GPL-3.0-or-later"
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 20c3b5f..0ab6ced 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustables-macros"
-version = "0.1.1-alpha1"
+version = "0.1.1"
authors = ["lafleur@boum.org", "Simon Thoby"]
license = "GPL-3.0-or-later"
description = "Internal macros for generation netlink structures for the rustables project"