bump to 0.8.0

master 0.8.0
Edward Shen 2020-09-28 00:52:08 -04:00
parent ce21a63f16
commit 75fb530ba0
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "bunbun"
version = "0.7.0"
version = "0.8.0"
authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018"
description = "Re-implementation of bunny1 in Rust"