From db05334b839610bdc67cc3e5408a71621f6d2461 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Tue, 24 Aug 2021 16:53:20 +0200 Subject: [PATCH] Release 0.4.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5aa737..b90fc43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rspirv-reflect" -version = "0.3.1" +version = "0.4.0" description = "Simple descriptor reflection library for SPIR-V" authors = ["Traverse Research "] edition = "2018" diff --git a/README.md b/README.md index 9c18c84..2c23d7b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This is a minimal dependency, SPIR-V reflection library written in rust. It uses ```toml [dependencies] -rspirv-reflect = "0.3.1" +rspirv-reflect = "0.4.0" ``` ### License