Bump version

This commit is contained in:
Sakuhl 2018-02-22 15:45:17 +01:00
parent c7d2160f23
commit 5555fd743a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1220,7 +1220,7 @@ dependencies = [
[[package]] [[package]]
name = "wynnrobot" name = "wynnrobot"
version = "0.11.1" version = "0.12.0"
dependencies = [ dependencies = [
"configure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "configure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "diesel 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,7 @@
[package] [package]
authors = ["Sakuhl <2012collector@gmail.com>"] authors = ["Sakuhl <2012collector@gmail.com>"]
name = "wynnrobot" name = "wynnrobot"
version = "0.11.1" version = "0.12.0"
[dependencies] [dependencies]
configure = "0.1.1" configure = "0.1.1"