Skip to content

Commit

Permalink
Bump version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Aug 18, 2021
1 parent 1b3cd9e commit 5784243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shaderc-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaderc"
version = "0.7.2"
version = "0.7.3"
authors = ["Lei Zhang <antiagainst@gmail.com>"]
description = "Rust bindings for shaderc"
documentation = "https://docs.rs/shaderc"
Expand All @@ -14,7 +14,7 @@ path = "src/lib.rs"

[dependencies]
libc = "0.2"
shaderc-sys = { version = "0.7.2", path = "../shaderc-sys" }
shaderc-sys = { version = "0.7.3", path = "../shaderc-sys" }

[dev-dependencies]
assert_matches = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion shaderc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shaderc-sys"
version = "0.7.2"
version = "0.7.3"
authors = ["Lei Zhang <antiagainst@gmail.com>", "Mr. Knapp <knappador@gmail.com>"]
build = "build/build.rs"
description = "Shaderc system library FFI, building, and linking"
Expand Down

0 comments on commit 5784243

Please sign in to comment.