From ccbf55be132d36042506b7c17d68885c97ef3690 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 19 Mar 2022 12:23:18 +0900 Subject: [PATCH] Bump version to v0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27e26d2..8d1a4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusturn" -version = "0.0.3" +version = "0.0.4" authors = ["Takeru Ohta "] description = "A Rust implementation of TURN server and client" homepage = "https://github.com/sile/rusturn"