Skip to content

Commit d1fe0f1

Browse files
committed
Update from upstream
1 parent 931fe69 commit d1fe0f1

14 files changed

+3685
-1533
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ readme = "README.md"
1313

1414
[lib]
1515
name = "compiletest_rs"
16+
edition = "2018"
1617

1718
[dependencies]
1819
diff = "0.1.10"
@@ -26,6 +27,8 @@ serde_json = "1.0"
2627
serde_derive = "1.0"
2728
rustfix = "0.4.1"
2829
tester = "0.7"
30+
lazy_static = "1.0"
31+
walkdir = "2"
2932

3033
[target."cfg(unix)".dependencies]
3134
libc = "0.2"

0 commit comments

Comments
 (0)