Skip to content

Commit b941177

Browse files
committed
up version to what is published on crates
1 parent d366045 commit b941177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
name = "spirv-tools"
1111
description = "Wrapper crate for SPIRV-Tools"
1212
repository = "https://github.com/rust-gpu/spirv-tools-rs"
13-
version = "0.10.0"
13+
version = "0.11.0"
1414
authors = ["Embark <[email protected]>"]
1515
edition = "2021"
1616
license = "MIT OR Apache-2.0"

spirv-tools-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spirv-tools-sys"
33
description = "Wrapper crate for SPIRV-Tools"
44
repository = "https://github.com/rust-gpu/spirv-tools-rs"
5-
version = "0.8.0"
5+
version = "0.9.0"
66
authors = ["Embark <[email protected]>"]
77
edition = "2021"
88
# This is the same license for the underlying SPIRV-Tools code

0 commit comments

Comments
 (0)