From 3515a3fbf3c029147cb6bad5393a5db84e1e7361 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:41:44 +0800 Subject: [PATCH] Bump version 0.5.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba04fc0..7389f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socks5-impl" -version = "0.5.16" +version = "0.5.17" authors = ["ssrlive "] description = "Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio" categories = ["network-programming", "asynchronous"]