Skip to content

Commit

Permalink
Update dir-test version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed May 17, 2024
1 parent 53b15e5 commit da86b34
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 38 deletions.
43 changes: 11 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hir-analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ macros = { path = "../macros", package = "fe-macros" }

[dev-dependencies]
codespan-reporting = "0.11"
dir-test = "0.2"
dir-test = "0.3"
2 changes: 1 addition & 1 deletion crates/language-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = "1.0.96"
indexmap = "1.6.2"
rowan = "0.15.10"
fxhash = "0.2.1"
dir-test = "0.2"
dir-test = "0.3"
fe-compiler-test-utils = { path = "../test-utils" }
log = "0.4"
patricia_tree = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/parser2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unwrap-infallible = "0.1.5"

[dev-dependencies]
fe-compiler-test-utils = { path = "../test-utils" }
dir-test = "0.2"
dir-test = "0.3"
wasm-bindgen-test = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/tests-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ yultsur = {git = "https://github.com/fe-lang/yultsur", rev = "ae85470"}
insta = { default-features = false, version = "1.26" }
pretty_assertions = "1.0.0"
wasm-bindgen-test = "0.3.24"
dir-test="0.2"
dir-test="0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
proptest = {version = "1.1.0", default-features = false, features = ["std"]}
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fe-test-runner = { path = "../test-runner", version = "^0.26.0" }
fe-driver = { path = "../driver", version = "^0.26.0" }
fe-common = { path = "../common", version = "^0.26.0" }

dir-test = "^0.1"
dir-test = "0.3"

[features]
solc-backend = ["fe-driver/solc-backend"]
2 changes: 1 addition & 1 deletion crates/uitest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ publish = false
driver = { path = "../driver2", package = "fe-driver2" }
hir = { path = "../hir", package = "fe-hir" }
fe-compiler-test-utils = { path = "../test-utils" }
dir-test = "0.2"
dir-test = "0.3"
wasm-bindgen-test = "0.3"

0 comments on commit da86b34

Please sign in to comment.