diff --git a/Cargo.lock b/Cargo.lock index 80375b5..81152db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e5e7f6c..a0aeb38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.1.0" +version = "0.1.1" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"