diff --git a/Cargo.lock b/Cargo.lock index da6e89e..da68c78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.6.2" +version = "0.7.0" dependencies = [ "actix-rt 1.1.1 (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 f4508c2..ae1b0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.6.2" +version = "0.7.0" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"