From 0ffa1419bc6de139eabad5658d1a00c776040b9a Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Fri, 17 Apr 2020 13:44:22 -0400 Subject: [PATCH] bump to 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f3bca2..786b972 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index ae87ce2..0de38d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.6.1" +version = "0.6.2" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"