From cdf59606cc2c8b400e46bd22ffd758fec147be7e Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Fri, 23 Feb 2024 09:26:50 +0900 Subject: [PATCH] Bump version to 0.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfec73e..1f4f9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusturn" -version = "0.0.5" +version = "0.0.6" authors = ["Takeru Ohta "] description = "A Rust implementation of TURN server and client" homepage = "https://github.com/sile/rusturn"