From c6842949de37f9cf818bcdc6c64e28eae27b6ab4 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 23 Aug 2021 12:46:38 +0200 Subject: [PATCH] Release ash 0.33.1 with read_spv UB fix --- Changelog.md | 2 ++ ash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1767071..e2f8a51 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.33.1] - 2021-08-23 + ### Fixed - util: Zero-initialize result to prevent possible uninit memory read (#470) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 786bcf6..5c4cfb6 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.33.0+1.2.186" +version = "0.33.1+1.2.186" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"