Skip to content

Commit

Permalink
Release spirv 0.1.0+1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Aug 16, 2021
1 parent 51ce6f0 commit 1598154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rspirv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clippy = { version = "0.0", optional = true }
derive_more = "0.99"
fxhash = "0.2"
num-traits = "0.2"
spirv = { version = "0.0.0", path = "../spirv" }
spirv = { version = "0.1.0+1.5.4", path = "../spirv" }

[dev-dependencies]
assert_matches = "1.1"
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.0.0+1.5.4"
version = "0.1.0+1.5.4"
authors = ["Lei Zhang <antiagainst@gmail.com>"]
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 = "1.5.1"
spirv = "0.1.0+1.5.4"
```

Version
Expand Down

0 comments on commit 1598154

Please sign in to comment.