And we're on rust stable 🎉

This commit is contained in:
Martin Barksten
2017-03-08 18:29:15 +01:00
parent 8ca8392b03
commit 6ef2a77176
5 changed files with 296 additions and 158 deletions

View File

@ -1,16 +1,17 @@
[package]
name = "snakebot_rust"
version = "1.0.0"
version = "1.1.0"
authors = ["Martin Barksten <martin.barksten@cygni.com>"]
[dependencies]
ws = "0.5.2"
serde = "= 0.8.8"
serde_json = "= 0.8.0"
serde_macros = "= 0.8.2"
quick-error = "1.1.0"
log = "0.3.6"
log4rs = { version = "0.4.6", features = ["toml"] }
target_info = "0.1.0"
rustc_version = "0.1.0"
config = "0.1.3"
ws = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
quick-error = "*"
log = "*"
log4rs = { version = "*", features=["toml_format"] }
target_info = "*"
rustc_version = "*"
config = "*"
clap = "*"