Skip to content

Commit d0de944

Browse files
committed
Update to spirv-std 0.7
1 parent 65edae2 commit d0de944

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ rust-gpu-bridge = { path = "../rust-gpu-bridge" }
1414
permutate-macro = { path = "../permutate-macro" }
1515

1616
[dependencies]
17-
bitflags = "2.0.1"
18-
spirv-std = "0.6.0"
17+
spirv-std = "0.7.0"
1918
permutate-macro = "0.4.0"
2019
rust-gpu-bridge = { version = "0.4.0", features = ["spirv-std"] }

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[toolchain]
2-
channel = "nightly-2023-01-21"
2+
channel = "nightly-2023-03-04"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]
4-
# commit_hash = 5ce39f42bd2c8bca9c570f0560ebe1fce4eddb14
4+
# commit_hash = 44cfafe2fafe816395d3acc434663a45d5178c41
55

66
# Whenever changing the nightly channel, update the commit hash above, and make
77
# sure to change REQUIRED_TOOLCHAIN in crates/rustc_codegen_spirv/src/build.rs also.

0 commit comments

Comments
 (0)