diff options
author | Simon Thoby <git@nightmared.fr> | 2023-03-18 20:45:10 +0100 |
---|---|---|
committer | Simon Thoby <git@nightmared.fr> | 2023-03-18 20:45:10 +0100 |
commit | 3de41cd804668a144cf206bc5a236c3a4d45014d (patch) | |
tree | ca975ad9343274d33af14f875603fa6b9e07a6cf | |
parent | c7f10198124c829b1869c406071f59136fb0737d (diff) |
release v0.8.1v0.8.1
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | macros/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |