Skip to content

Commit beab6cf

Browse files
committed
downgrade bitflags to 1.X, our backend fails with 2.X
1 parent 8c85b91 commit beab6cf

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/spirv-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
spirv-std-types.workspace = true
1515
spirv-std-macros.workspace = true
16-
bitflags = "2.9.1"
16+
bitflags = "1.3.2"
1717
bytemuck = { version = "1.18.0", features = ["derive"], optional = true }
1818

1919
[target.'cfg(target_arch = "spirv")'.dependencies]

tests/difftests/tests/Cargo.lock

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

0 commit comments

Comments
 (0)