From 9064550f6a350480ea3735d52f879a593321f2b7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 3 Nov 2016 15:47:54 -0600 Subject: [PATCH] Fix rustc-serialize --- pcid/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcid/Cargo.toml b/pcid/Cargo.toml index a2def71048..67588f21b6 100644 --- a/pcid/Cargo.toml +++ b/pcid/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.0" [dependencies] redox_syscall = { path = "../../syscall/" } -rustc-serialize = "0.3.19" +rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" } toml = "*" + +[replace] +"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }