From f4bd9669a3d4f1b7581117bbc07790761d22f291 Mon Sep 17 00:00:00 2001 From: moreal Date: Tue, 2 Nov 2021 18:49:54 +0900 Subject: [PATCH] Release 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index addbdfd..242f5be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bencodex-rs" -version = "0.2.0" +version = "0.3.0" authors = ["moreal "] edition = "2018" description = "The Rust implementation of Bencodex"