Skip to content

Commit bad47e9

Browse files
committed
up version to what is published on crates
1 parent 0b1a738 commit bad47e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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"
@@ -31,7 +31,7 @@ use-installed-tools = [
3131
use-compiled-tools = ["spirv-tools-sys/use-compiled-tools"]
3232

3333
[dependencies]
34-
spirv-tools-sys = { version = "0.8", path = "./spirv-tools-sys", default-features = false }
34+
spirv-tools-sys = { version = "0.9", path = "./spirv-tools-sys", default-features = false }
3535
# Used for parsing output when running binaries
3636
memchr = { version = "2.3", optional = true }
3737
tempfile = { version = "3.1", optional = true }

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)