Skip to content

Commit

Permalink
Update spirv-tools to 0.7.0 (#753)
Browse files Browse the repository at this point in the history
This moves to the v2021.3 version of SPIRV-Tools
  • Loading branch information
Jake-Shadle authored Sep 17, 2021
1 parent eeb67ae commit 35172f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rustc_codegen_spirv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sanitize-filename = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smallvec = "1.6.1"
spirv-tools = { version = "0.6.1", default-features = false }
spirv-tools = { version = "0.7", default-features = false }
topological-sort = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 35172f7

Please sign in to comment.