Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Nov 30, 2023
1 parent 4436d18 commit 6e621ad
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.8.2"
version = "0.8.3"
authors = ["Lei Zhang <[email protected]>"]
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.8.2", path = "../shaderc-sys" }
shaderc-sys = { version = "0.8.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.8.2"
version = "0.8.3"
authors = ["Lei Zhang <[email protected]>", "Mr. Knapp <[email protected]>"]
build = "build/build.rs"
description = "Shaderc system library FFI, building, and linking"
Expand Down

0 comments on commit 6e621ad

Please sign in to comment.