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"