Skip to content

Commit 6bbbfe4

Browse files
committed
Update spirv-tools
1 parent f6e22b4 commit 6bbbfe4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spirv-builder = { path = "./crates/spirv-builder", version = "=0.9.0", default-f
4343
spirv-std = { path = "./crates/spirv-std", version = "=0.9.0" }
4444
spirv-std-types = { path = "./crates/spirv-std/shared", version = "=0.9.0" }
4545
spirv-std-macros = { path = "./crates/spirv-std/macros", version = "=0.9.0" }
46-
spirv-tools = { version = "0.10", default-features = false }
46+
spirv-tools = { version = "0.11", default-features = false }
4747
rustc_codegen_spirv = { path = "./crates/rustc_codegen_spirv", version = "=0.9.0", default-features = false }
4848
rustc_codegen_spirv-types = { path = "./crates/rustc_codegen_spirv-types", version = "=0.9.0" }
4949
tracing = "0.1"

0 commit comments

Comments
 (0)