diff --git a/Cargo.toml b/Cargo.toml index bca0e4f..604135d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ['Narrowlink '] description = 'Asynchronous lightweight userspace implementation of TCP/IP stack for Tun device' name = "ipstack" -version = "0.0.9" +version = "0.0.10" edition = "2021" license = "Apache-2.0" repository = 'https://github.com/narrowlink/ipstack'