bump to 0.6.2

master 0.6.2
Edward Shen 2020-04-17 13:44:22 -04:00
parent 73f25b9ae8
commit 0ffa1419bc
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -386,7 +386,7 @@ dependencies = [
[[package]]
name = "bunbun"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"actix-rt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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