From 2b269e084d2016d93f07e48f8b31e73677492ef7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 27 Feb 2015 08:23:48 +0100 Subject: [PATCH] fix(cargo): yup-hyper-mock pulled from crates Required to publish this crate. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1980752..398ca46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,5 @@ rustc-serialize = "*" [dev-dependencies] getopts = "*" +yup-hyper-mock = "*" -[dev-dependencies.yup-hyper-mock] -git = "https://github.com/Byron/yup-hyper-mock"