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'] }