bump to 0.2.0

master 0.1.1
Edward Shen 2019-12-22 18:26:33 -05:00
parent 67215324df
commit ea586013c9
Signed by: edward
GPG Key ID: F350507060ED6C90
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -358,7 +358,7 @@ dependencies = [
[[package]]
name = "bunbun"
version = "0.1.1"
version = "0.2.0"
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)",

View File

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