From a77876f64065eb88e62dc65193b8b1fa0dd02c55 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 28 Oct 2018 04:07:19 -0700 Subject: [PATCH] Use stable version of 'compiletest_rs'. --- 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 915b0a70..99461202 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -32,4 +32,4 @@ rev = "62f361f" [dev-dependencies] rocket = { version = "0.4.0-dev", path = "../lib" } -compiletest_rs = "0.3.14" +compiletest_rs = { version = "0.3", features = ["stable"] }