We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d366045 commit b941177Copy full SHA for b941177
Cargo.toml
@@ -10,7 +10,7 @@ members = [
10
name = "spirv-tools"
11
description = "Wrapper crate for SPIRV-Tools"
12
repository = "https://github.com/rust-gpu/spirv-tools-rs"
13
-version = "0.10.0"
+version = "0.11.0"
14
authors = ["Embark <[email protected]>"]
15
edition = "2021"
16
license = "MIT OR Apache-2.0"
spirv-tools-sys/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "spirv-tools-sys"
3
4
5
-version = "0.8.0"
+version = "0.9.0"
6
7
8
# This is the same license for the underlying SPIRV-Tools code
0 commit comments