diff --git a/Cargo.toml b/Cargo.toml index 0879062..ff45bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rspirv-reflect" -version = "0.8.0" +version = "0.9.0" description = "Simple descriptor reflection library for SPIR-V" authors = ["Traverse Research "] edition = "2018" diff --git a/README.md b/README.md index 3101f47..e254462 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.8.0" +rspirv-reflect = "0.9.0" ``` ## License