Enable the stable feature of compiletest_rs

Should fix CI!
This commit is contained in:
Alex Crichton 2019-03-22 07:26:23 -07:00
parent 7392df8a39
commit 0631182b68

View File

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