comparison rust/chg/Cargo.toml @ 44669:1c385b99a360

rust-chg: depend on released version of tokio-process Still it is futures-0.1 based. Differential Revision: https://phab.mercurial-scm.org/D8358
author Yuya Nishihara <yuya@tcha.org>
date Sat, 03 Nov 2018 12:30:46 +0900
parents 7623199def92
children 1f5ab1a9363d
comparison
equal deleted inserted replaced
44668:c11d98cff883 44669:1c385b99a360
10 futures = "0.1" 10 futures = "0.1"
11 libc = "0.2" 11 libc = "0.2"
12 log = { version = "0.4", features = ["std"] } 12 log = { version = "0.4", features = ["std"] }
13 tokio = "0.1" 13 tokio = "0.1"
14 tokio-hglib = "0.2" 14 tokio-hglib = "0.2"
15 # TODO: "^0.2.3" once released. we need AsRawFd support. 15 tokio-process = "0.2.3"
16 tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
17 tokio-timer = "0.2" 16 tokio-timer = "0.2"
18 17
19 [build-dependencies] 18 [build-dependencies]
20 cc = "1.0" 19 cc = "1.0"