Skip to content

Commit 0631182

Browse files
committed
Enable the stable feature of compiletest_rs
Should fix CI!
1 parent 7392df8 commit 0631182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macro/ui-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ harness = false
1212
wasm-bindgen = { path = "../../..", features = ["strict-macro"] }
1313

1414
[dev-dependencies]
15-
compiletest_rs = "0.3"
15+
compiletest_rs = { version = "0.3", features = ['stable'] }

0 commit comments

Comments
 (0)