From f5381b9f0867549e17b8bca1ae455f047374533e Mon Sep 17 00:00:00 2001 From: Graham Wihlidal Date: Sat, 2 Nov 2019 20:24:01 -0600 Subject: [PATCH] Published v0.2.2 --- CHANGES.md | 2 ++ README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index faf49b4..58bbb16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/README.md b/README.md index 203ca6a..7358cbd 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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