Skip to content

Commit b1f2994

Browse files
committed
Update to rust-gpu 0.7
1 parent 9c67030 commit b1f2994

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-gpu-builder-shared = { path = "../rust-gpu-builder-shared" }
1010
[dependencies]
1111
rust-gpu-builder-shared = "0.1.0"
1212

13-
spirv-builder = "0.6.0"
13+
spirv-builder = "0.7.0"
1414
notify = "5.1.0"
1515
serde_json = "1.0.94"
1616
rmp-serde = "1.1.1"

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)