From 5f02bc757132b30588190e7d0499931e1f24f506 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 12 Feb 2024 09:50:23 -0500 Subject: [PATCH] Set lib versions --- libs/easy-tun/Cargo.toml | 2 +- libs/fast-nat/Cargo.toml | 2 +- libs/interproto/Cargo.toml | 2 +- libs/rtnl/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"