Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Nov 8, 2020
1 parent 9c1cfb6 commit 6e0671e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ First add to your `Cargo.toml`:

```toml
[dependencies]
shaderc = "0.6"
shaderc = "0.7"
```

Then add to your crate root:
Expand Down Expand Up @@ -182,7 +182,7 @@ This project is initialized and mainly developed by Lei Zhang
([@antiagainst][me]).

[shaderc]: https://github.com/google/shaderc
[doc-compiler]: https://docs.rs/shaderc/0.6/shaderc/struct.Compiler.html
[doc-options]: https://docs.rs/shaderc/0.6/shaderc/struct.CompileOptions.html
[doc-artifact]: https://docs.rs/shaderc/0.6/shaderc/struct.CompilationArtifact.html
[doc-compiler]: https://docs.rs/shaderc/0.7/shaderc/struct.Compiler.html
[doc-options]: https://docs.rs/shaderc/0.7/shaderc/struct.CompileOptions.html
[doc-artifact]: https://docs.rs/shaderc/0.7/shaderc/struct.CompilationArtifact.html
[me]: https://github.com/antiagainst
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.6.3"
version = "0.7.0"
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.6.3", path = "../shaderc-sys" }
shaderc-sys = { version = "0.7.0", path = "../shaderc-sys" }

[dev-dependencies]
assert_matches = "1.3"
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.6.3"
version = "0.7.0"
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 6e0671e

Please sign in to comment.