bump version to 0.5.0

This commit is contained in:
Edward Shen 2019-12-27 00:37:21 -05:00
parent 6e9233c21d
commit 887d5bf3c2
Signed by: edward
GPG key ID: F350507060ED6C90
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -382,7 +382,7 @@ dependencies = [
[[package]] [[package]]
name = "bunbun" name = "bunbun"
version = "0.4.1" version = "0.5.0"
dependencies = [ dependencies = [
"actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 2.0.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] [package]
name = "bunbun" name = "bunbun"
version = "0.4.1" version = "0.5.0"
authors = ["Edward Shen <code@eddie.sh>"] authors = ["Edward Shen <code@eddie.sh>"]
edition = "2018" edition = "2018"
description = "Re-implementation of bunny1 in Rust" description = "Re-implementation of bunny1 in Rust"