Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Mar 24, 2022
1 parent 84a36cb commit d968ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rspirv-reflect"
version = "0.6.0"
version = "0.7.0"
description = "Simple descriptor reflection library for SPIR-V"
authors = ["Traverse Research <support@traverseresearch.nl>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a minimal dependency, SPIR-V reflection library written in rust. It uses

```toml
[dependencies]
rspirv-reflect = "0.6.0"
rspirv-reflect = "0.7.0"
```

### License
Expand Down

0 comments on commit d968ff4

Please sign in to comment.