diff --git a/Cargo.lock b/Cargo.lock index 895f009..c95fb06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,7 +420,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bunbun" -version = "0.7.0" +version = "0.8.0" dependencies = [ "actix-rt 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2fa66c4..d14eb78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.7.0" +version = "0.8.0" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"