Skip to content

Commit

Permalink
Use compiletest_rs supported by stable tool chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Mart-Bogdan committed Jan 23, 2019
1 parent cf2d746 commit a18cfb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
target
Cargo.lock

/.idea/
2 changes: 1 addition & 1 deletion test_suite/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ unstable = ["compiletest_rs"]

[dependencies]
bitflags = { path = "../" }
compiletest_rs = { version = "*", optional = true }
compiletest_rs = { version = "*", optional = true, features=["stable"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"

0 comments on commit a18cfb3

Please sign in to comment.