Update spirv-tools

This commit is contained in:
Jake Shadle 2022-10-17 17:56:32 +02:00 committed by Eduard-Mihai Burtescu
parent 65f892eb50
commit fc202cb3c5
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2266,9 +2266,9 @@ version = "0.4.0-alpha.15"
[[package]]
name = "spirv-tools"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca7f0f689581589b0a31000317fa31257cb24d040227708718ebd9fedf5cdd2b"
checksum = "dc7c8ca2077515286505bd3ccd396e55ac5706e80322e1d6d22a82e1cad4f7c3"
dependencies = [
"memchr",
"spirv-tools-sys",
@ -2277,9 +2277,9 @@ dependencies = [
[[package]]
name = "spirv-tools-sys"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2980b0b4b2a9b5edfeb1dc8a35e84aac07b9c6dcd2339cce004d9355fb62a59d"
checksum = "b4b32d9d6469cd6b50dcd6bd841204b5946b4fb7b70a97872717cdc417659c9a"
dependencies = [
"cc",
]

View File

@ -58,7 +58,7 @@ sanitize-filename = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smallvec = { version = "1.6.1", features = ["union"] }
spirv-tools = { version = "0.8", default-features = false }
spirv-tools = { version = "0.9", default-features = false }
rustc_codegen_spirv-types = { path = "../rustc_codegen_spirv-types", version = "0.4.0-alpha.15" }
[dev-dependencies]