Skip to content

Commit a592084

Browse files
committed
Bump to v0.10.0
1 parent e3d8ae8 commit a592084

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ First add to your `Cargo.toml`:
2121

2222
```toml
2323
[dependencies]
24-
shaderc = "0.9"
24+
shaderc = "0.10"
2525
```
2626

2727
Then add to your crate root:

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.1"
3+
version = "0.10.0"
44
authors = ["Lei Zhang <antiagainst@gmail.com>"]
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.1", path = "../shaderc-sys" }
17+
shaderc-sys = { version = "0.10.0", 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.1"
3+
version = "0.10.0"
44
authors = ["Lei Zhang <antiagainst@gmail.com>", "Mr. Knapp <knappador@gmail.com>"]
55
build = "build/build.rs"
66
description = "Shaderc system library FFI, building, and linking"

0 commit comments

Comments
 (0)