Skip to content

Commit 3ef526e

Browse files
committed
rename rustc_codegen_spirv_target_specs to rustc_codegen_spirv-target-specs
1 parent 86edfff commit 3ef526e

20 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919

2020
"crates/rustc_codegen_spirv",
2121
"crates/rustc_codegen_spirv-types",
22-
"crates/rustc_codegen_spirv_target_specs",
22+
"crates/rustc_codegen_spirv-target-specs",
2323
"crates/spirv-builder",
2424
"crates/spirv-std",
2525
"crates/spirv-std/shared",
@@ -47,7 +47,7 @@ spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.9.0" }
4747
spirv-tools = { version = "0.11", default-features = false }
4848
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
4949
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
50-
rustc_codegen_spirv_target_specs = { path = "./crates/rustc_codegen_spirv_target_specs", version = "=0.9.0" }
50+
rustc_codegen_spirv_target_specs = { path = "crates/rustc_codegen_spirv-target-specs", version = "=0.9.0" }
5151
tracing = "0.1"
5252
tracing-subscriber = { version = "0.3.3", features = ["env-filter", "json"] }
5353

crates/rustc_codegen_spirv_target_specs/README.md renamed to crates/rustc_codegen_spirv-target-specs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `rustc_codegen_spirv_target_spec`
1+
# `rustc_codegen_spirv-target-specs`
22

33
The target spec json files of rust-gpu to hand to the rustc compiler, declaring various metadata about our codegen backend.
44

0 commit comments

Comments
 (0)