diff --git a/Cargo.lock b/Cargo.lock index a1c8931..86e235f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "uniqx" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index aaaba67..f317959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniqx" -version = "2.0.1" +version = "2.0.2" description = "A simple tool to tunnel TCP and HTTP traffic." authors = ["Yunik Maharjan "] readme = "README.md" @@ -9,7 +9,7 @@ repository = "https://github.com/unique1o1/uniqx" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.71.1" [[bin]] name = "uniqx"