Skip to content

Commit 35172f7

Browse files
authored
Update spirv-tools to 0.7.0 (#753)
This moves to the v2021.3 version of SPIRV-Tools
1 parent eeb67ae commit 35172f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sanitize-filename = "0.3"
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"
4646
smallvec = "1.6.1"
47-
spirv-tools = { version = "0.6.1", default-features = false }
47+
spirv-tools = { version = "0.7", default-features = false }
4848
topological-sort = "0.1"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)