From b1970c74aed07860ab5e41ddfca9b2305da3fffd Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 24 Apr 2024 11:32:21 -0400 Subject: [PATCH] Bump protomask to 1.1.0 Adds multi-queue support to the underlying TUN interface. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e89f82..e70181b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protomask" -version = "1.0.0" +version = "1.1.0" authors = ["Evan Pratten "] edition = "2021" description = "A user space NAT64 implementation"