Skip to content

Commit

Permalink
bump spirv version to 0.3.0, rspirv to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exrook committed Oct 25, 2023
1 parent e73dc56 commit 2a8e2d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rspirv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rspirv"
version = "0.11.0+sdk-1.3.268.0"
version = "0.12.0+sdk-1.3.268.0"
authors = ["Lei Zhang <[email protected]>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ travis-ci = { repository = "gfx-rs/rspirv" }
[dependencies]
clippy = { version = "0.0", optional = true }
rustc-hash = "1.1.0"
spirv = { version = "0.2.0", path = "../spirv" }
spirv = { version = "0.3.0", path = "../spirv" }

[dev-dependencies]
assert_matches = "1.1"
2 changes: 1 addition & 1 deletion rspirv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ First add to your `Cargo.toml`:

```toml
[dependencies]
rspirv = "0.11.0"
rspirv = "0.12.0"
```

Examples
Expand Down
2 changes: 1 addition & 1 deletion spirv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spirv"
version = "0.2.0+sdk-1.3.268.0"
version = "0.3.0+sdk-1.3.268.0"
authors = ["Lei Zhang <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion spirv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ First add to your `Cargo.toml`:

```toml
[dependencies]
spirv = "0.2.0"
spirv = "0.3.0"
```

Version
Expand Down

0 comments on commit 2a8e2d4

Please sign in to comment.