From 08557a7c133012376dc6dc578ae09aa94ed0ebef Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 9 Nov 2016 17:00:48 -0700 Subject: [PATCH] Fix build, remove cfg(redox) --- pcid/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcid/Cargo.toml b/pcid/Cargo.toml index e1f0f78930..132fc55039 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" +rustc-serialize = { git = "https://github.com/jackpot51/rustc-serialize.git" } toml = "*" + +[replace] +"rustc-serialize:0.3.20" = { git = "https://github.com/jackpot51/rustc-serialize.git" }