Skip to content

Commit 9505a7b

Browse files
committed
make rustc_codegen_spirv depend on rustc_codegen_spirv_target_specs for cargo gpu
1 parent e229e57 commit 9505a7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ tracing.workspace = true
6161
tracing-subscriber.workspace = true
6262
tracing-tree = "0.3.0"
6363

64+
# required for cargo gpu to resolve the needed target specs
65+
rustc_codegen_spirv_target_specs.workspace = true
66+
6467
[dev-dependencies]
6568
pretty_assertions = "1.0"
6669

0 commit comments

Comments
 (0)