From a90e84fe58897243e7c08083629c7df80f40d854 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 Apr 2024 11:31:39 -0400 Subject: [PATCH] Bump easy-tun to 2.0.0 This is a major version change because I changed the whole API in order to allow multi-queue tunnels. --- libs/easy-tun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/easy-tun/Cargo.toml b/libs/easy-tun/Cargo.toml index bd756ea..24364ef 100644 --- a/libs/easy-tun/Cargo.toml +++ b/libs/easy-tun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "easy-tun" -version = "1.0.0" +version = "2.0.0" authors = ["Evan Pratten "] edition = "2021" description = "A pure-rust TUN interface library"