From 75fb530ba03bc726e3551b83ae31dcc15d9a11d5 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 28 Sep 2020 00:52:08 -0400 Subject: [PATCH] bump to 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"