comparison rust/Cargo.toml @ 598:d4fbfb5c46ff rust

broken update of versions of things
author Matt Johnston <matt@ucc.asn.au>
date Tue, 07 Feb 2017 21:56:58 +0800
parents a440eafa84a9
children 8c21df3711e2
comparison
equal deleted inserted replaced
597:a440eafa84a9 598:d4fbfb5c46ff
4 authors = ["Matt Johnston <[email protected]>"] 4 authors = ["Matt Johnston <[email protected]>"]
5 5
6 [dependencies] 6 [dependencies]
7 futures = "0.1" 7 futures = "0.1"
8 tokio-core = "0.1" 8 tokio-core = "0.1"
9 serde = "0.8" 9 serde = "0.9"
10 serde_derive = "0.8" 10 serde_derive = "0.9"
11 rand = "0.3" 11 rand = "0.3"
12 log = "0.3" 12 log = "0.3"
13 env_logger = "0.3" 13 env_logger = "0.3"
14 docopt = "0.7" 14 docopt = "0.7"
15 docopt_macros = "0.7"
16 rustc-serialize = "0.3" 15 rustc-serialize = "0.3"
17 time = "0.1" 16 time = "0.1"
18 17
19 [dependencies.toml] 18 [dependencies.toml]
20 version = "0.2" 19 git = "https://github.com/alexcrichton/toml-rs"
20 branch = "serde-upgrade"
21 features = [ "serde" ] 21 features = [ "serde" ]