diff options
-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" |