rust/chg/Cargo.toml
changeset 44669 1c385b99a360
parent 40287 7623199def92
child 44688 1f5ab1a9363d
--- a/rust/chg/Cargo.toml	Sun Oct 14 14:41:14 2018 +0200
+++ b/rust/chg/Cargo.toml	Sat Nov 03 12:30:46 2018 +0900
@@ -12,8 +12,7 @@
 log = { version = "0.4", features = ["std"] }
 tokio = "0.1"
 tokio-hglib = "0.2"
-# TODO: "^0.2.3" once released. we need AsRawFd support.
-tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
+tokio-process = "0.2.3"
 tokio-timer = "0.2"
 
 [build-dependencies]