From b5ef53bc30986995bf5bc8e698c5f8b4408f882b Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Mon, 23 Dec 2019 19:34:45 -0500 Subject: [PATCH] bump cargo version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f398c67..6dedccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.2.2" +version = "0.3.0" dependencies = [ "actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c713ed1..0daeff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.2.2" +version = "0.3.0" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"