mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Enable the stable feature of compiletest_rs
Should fix CI!
This commit is contained in:
@ -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'] }
|
||||
|
Reference in New Issue
Block a user