From 529f6a1ade42128b97157e3aa206115b2ecd59e9 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sun, 5 Jul 2020 00:14:01 -0400 Subject: [PATCH] bump to 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"