diff --git a/eden/mononoke/mercurial/bundles/Cargo.toml b/eden/mononoke/mercurial/bundles/Cargo.toml index 06cb1c897c369..fbd7d3a1ee220 100644 --- a/eden/mononoke/mercurial/bundles/Cargo.toml +++ b/eden/mononoke/mercurial/bundles/Cargo.toml @@ -43,6 +43,6 @@ tokio-io = "0.1" mercurial_types-mocks = { path = "../types/mocks" } failure_ext = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } fbinit = { git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" } -partial-io = { git = "https://github.com/facebookincubator/rust-partial-io", branch = "master", features = ["quickcheck_types", "tokio"] } assert_matches = "1.3" +partial-io = { git = "https://github.com/lukaspiatkowski/rust-partial-io", rev = "9cab8b8a2b41f2c78aa109dcba5d00212cbe43cf", features = ["quickcheck_types", "tokio"] } tokio-compat = "0.1"