From 3e95efacb7484b53e4a4e8d2cac9d1f62f816959 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Thu, 18 Jan 2024 08:36:24 +0900 Subject: [PATCH] Bump version to 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 991c86e..cfec73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusturn" -version = "0.0.4" +version = "0.0.5" authors = ["Takeru Ohta "] description = "A Rust implementation of TURN server and client" homepage = "https://github.com/sile/rusturn"