And we're on rust stable 🎉
This commit is contained in:
23
Cargo.toml
23
Cargo.toml
@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user