From 511e91624d0732fcd4b7edc06505f3c9b2cd2f01 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Nov 2016 11:28:43 -0700 Subject: [PATCH] Update for new rustc-serialize --- drivers/pcid/Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/pcid/Cargo.toml b/drivers/pcid/Cargo.toml index 132fc55..f09b85a 100644 --- a/drivers/pcid/Cargo.toml +++ b/drivers/pcid/Cargo.toml @@ -4,8 +4,5 @@ version = "0.1.0" [dependencies] redox_syscall = { path = "../../syscall/" } -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" } +rustc-serialize = "0.3" +toml = "0.2"