Skip to content

Commit 642754e

Browse files
committed
target-spec: remove legacy_target_specs dep
1 parent de22c76 commit 642754e

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ cargo-util-schemas = "0.8.2"
3333
semver = "1.0.26"
3434
dunce = "1.0.5"
3535

36-
# This crate MUST NEVER be upgraded, we need this particular "first" version to support old rust-gpu builds
37-
legacy_target_specs = { package = "rustc_codegen_spirv-target-specs", version = "0.9.0", features = ["include_str"] }
38-
3936
[workspace.lints.rust]
4037
missing_docs = "warn"
4138

crates/cargo-gpu/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ default-run = "cargo-gpu"
1414
cargo_metadata.workspace = true
1515
anyhow.workspace = true
1616
spirv-builder = { workspace = true, features = ["clap", "watch"] }
17-
legacy_target_specs.workspace = true
1817
clap.workspace = true
1918
directories.workspace = true
2019
env_logger.workspace = true

0 commit comments

Comments
 (0)