From 335baed2663abf44556acb3da6a1e21d66a23a62 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 26 Dec 2019 17:21:22 -0500 Subject: [PATCH] bump to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd844cb..b480cca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.4.0" +version = "0.4.1" dependencies = [ "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 54ae360..4439aa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.4.0" +version = "0.4.1" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"