Skip to content

Commit 618b65c

Browse files
committed
Use underscores for lib names
1 parent 0316d12 commit 618b65c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/difftests/tests/arch/workgroup_memory

tests/difftests/tests/arch/workgroup_memory/workgroup_memory-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
workspace = true
77

88
[lib]
9-
name = "workgroup_memory-rust-shader"
9+
name = "workgroup_memory_rust_shader"
1010
crate-type = ["dylib"]
1111

1212
# Common deps

tests/difftests/tests/arch/workgroup_memory/workgroup_memory-vulkano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
workspace = true
77

88
[lib]
9-
name = "workgroup_memory-vulkano-shader"
9+
name = "workgroup_memory_vulkano_shader"
1010
crate-type = ["dylib"]
1111

1212
# Common deps

0 commit comments

Comments
 (0)