From 3415d4df2f857d48a34bc4b050909e6c50804338 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sun, 22 Dec 2019 22:11:16 -0500 Subject: [PATCH] bump cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd3c8c8..42c54b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "bunbun" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "handlebars 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 25a3fc0..f26b978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "0.2.0" +version = "0.2.1" authors = ["Edward Shen "] edition = "2018" description = "Re-implementation of bunny1 in Rust"