diff --git a/libs/easy-tun/Cargo.toml b/libs/easy-tun/Cargo.toml index 35bc5a0..bd756ea 100644 --- a/libs/easy-tun/Cargo.toml +++ b/libs/easy-tun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easy-tun" -version = "0.1.0" +version = "1.0.0" authors = ["Evan Pratten "] edition = "2021" description = "A pure-rust TUN interface library" diff --git a/libs/fast-nat/Cargo.toml b/libs/fast-nat/Cargo.toml index 570ee9e..705eb56 100644 --- a/libs/fast-nat/Cargo.toml +++ b/libs/fast-nat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-nat" -version = "0.1.0" +version = "1.0.0" authors = ["Evan Pratten "] edition = "2021" description = "An OSI layer 3 Network Address Table built for speed" diff --git a/libs/interproto/Cargo.toml b/libs/interproto/Cargo.toml index 075a418..bafccee 100644 --- a/libs/interproto/Cargo.toml +++ b/libs/interproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "interproto" -version = "0.1.0" +version = "1.0.0" authors = ["Evan Pratten "] edition = "2021" description = "Utilities for translating packets between IPv4 and IPv6" diff --git a/libs/rtnl/Cargo.toml b/libs/rtnl/Cargo.toml index 7ab90d4..752c902 100644 --- a/libs/rtnl/Cargo.toml +++ b/libs/rtnl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtnl" -version = "0.1.0" +version = "1.0.0" authors = ["Evan Pratten "] edition = "2021" description = "Slightly sane wrapper around rtnetlink"