Release ash 0.33.1 with read_spv UB fix
This commit is contained in:
parent
2c98b6f384
commit
c6842949de
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ash"
|
||||
version = "0.33.0+1.2.186"
|
||||
version = "0.33.1+1.2.186"
|
||||
authors = ["maik klein <maikklein@googlemail.com>"]
|
||||
description = "Vulkan bindings for Rust"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue