Skip to content

Commit

Permalink
Published v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 3, 2019
1 parent 257f7f7 commit f5381b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Upgraded all dependencies.
* Removed "parallel" feature from `cc` dependency.
* No longer expose ffi_to_string as it is unsound (can easily cause undefined behavior in safe code).
* Upgraded string slice error lifetimes to 'static.

## 0.2.1 (2019-03-29)

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
spirv-reflect = "0.2.1"
spirv-reflect = "0.2.2"
```

and add this to your crate root:
Expand Down Expand Up @@ -74,6 +74,8 @@ at your option.
- [Nuno Subtil](https://github.com/nsubtil) (Contribution)
- [Paweł Grabarz](https://github.com/Frizi) (Contribution)
- [Walter Pearce](https://github.com/jaynus) (Contribution)
- [Bastian Kauschke](https://github.com/lcnr) (Contribution)
- [Lukas Wirth](https://github.com/Veykril) (Contribution)

## Contribution

Expand Down

0 comments on commit f5381b9

Please sign in to comment.