From 0631182b6818e5362148d8da706bd8809ce05129 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 22 Mar 2019 07:26:23 -0700 Subject: [PATCH] Enable the stable feature of compiletest_rs Should fix CI! --- crates/macro/ui-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macro/ui-tests/Cargo.toml b/crates/macro/ui-tests/Cargo.toml index bd1bfc0f..35f9b437 100644 --- a/crates/macro/ui-tests/Cargo.toml +++ b/crates/macro/ui-tests/Cargo.toml @@ -12,4 +12,4 @@ harness = false wasm-bindgen = { path = "../../..", features = ["strict-macro"] } [dev-dependencies] -compiletest_rs = "0.3" +compiletest_rs = { version = "0.3", features = ['stable'] }