Skip to content

Commit 6e1980b

Browse files
committed
difftest: fixup windows dependency resolution, from PR #334
1 parent d8ec881 commit 6e1980b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,18 @@ spirv-tools = { version = "0.12", default-features = false }
5050
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
5151
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
5252
rustc_codegen_spirv-target-specs = { path = "crates/rustc_codegen_spirv-target-specs", version = "=0.9.0" }
53-
tracing = "0.1"
54-
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
53+
54+
# difftest libraries mirrored from difftest workspace
55+
difftest = { path = "tests/difftests/lib" }
5556

5657
# External dependencies that need to be mentioned more than once.
58+
tracing = "0.1"
59+
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
5760
num-traits = { version = "0.2.15", default-features = false }
5861
glam = { version = ">=0.22, <=0.30", default-features = false }
5962
# libm 0.2.12 is a breaking change with new intrinsics
6063
libm = { version = ">=0.2.5, <=0.2.11", default-features = false }
64+
bytemuck = { version = "1.23", features = ["derive"] }
6165

6266
# Enable incremental by default in release mode.
6367
[profile.release]

0 commit comments

Comments
 (0)