diff options
author | Simon Thoby <git@nightmared.fr> | 2023-02-26 18:38:09 +0100 |
---|---|---|
committer | Simon Thoby <git@nightmared.fr> | 2023-02-26 18:47:27 +0100 |
commit | ed347f7cae2bb4b3f90c98c5e4da2b5694bb6c72 (patch) | |
tree | 552b8cc1757e8cfda3315269c7da965a5f2085b2 /macros | |
parent | b025914bd3bcf786ff7ab53c9dabdd6e37a05782 (diff) |
release 0.8.1-alpha1
Diffstat (limited to 'macros')
-rw-r--r-- | macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 4ee8a45..20c3b5f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustables-macros" -version = "0.1.0" -authors = ["Simon Thoby"] +version = "0.1.1-alpha1" +authors = ["lafleur@boum.org", "Simon Thoby"] license = "GPL-3.0-or-later" description = "Internal macros for generation netlink structures for the rustables project" repository = "https://gitlab.com/rustwall/rustables" |