Skip to content

Commit 65388cd

Browse files
committed
Bump to v0.9.1
1 parent 37de4f2 commit 65388cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shaderc-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shaderc"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Lei Zhang <[email protected]>"]
55
description = "Rust bindings for shaderc"
66
documentation = "https://docs.rs/shaderc"
@@ -14,7 +14,7 @@ path = "src/lib.rs"
1414

1515
[dependencies]
1616
libc = "0.2"
17-
shaderc-sys = { version = "0.9.0", path = "../shaderc-sys" }
17+
shaderc-sys = { version = "0.9.1", path = "../shaderc-sys" }
1818

1919
[dev-dependencies]
2020
assert_matches = "1.5"

shaderc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shaderc-sys"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Lei Zhang <[email protected]>", "Mr. Knapp <[email protected]>"]
55
build = "build/build.rs"
66
description = "Shaderc system library FFI, building, and linking"

0 commit comments

Comments
 (0)