From cee3bbca30bea697ea9e8e4c0e32e27fda49cbc6 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 22 Jul 2018 01:57:30 -0700 Subject: [PATCH] Use git version of compiletest while release is broken. --- core/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/codegen/Cargo.toml b/core/codegen/Cargo.toml index 8a68f1c6..c9b48302 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -19,7 +19,7 @@ rocket_http = { version = "0.4.0-dev", path = "../http" } indexmap = "1.0" [dev-dependencies] -compiletest_rs = "0.3.5" +compiletest_rs = { git = "https://github.com/laumann/compiletest-rs" } rocket = { version = "0.4.0-dev", path = "../lib" } [build-dependencies]