diff --git a/Cargo.toml b/Cargo.toml index aeb007ea..802da099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpu-allocator" -version = "0.21.0" +version = "0.22.0" authors = ["Traverse Research "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 3da74bf5..d6faf411 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.21.0" +gpu-allocator = "0.22.0" ``` This crate provides a fully written in Rust memory allocator for Vulkan and DirectX 12. diff --git a/README.tpl b/README.tpl index 3cecccdf..a0252b64 100644 --- a/README.tpl +++ b/README.tpl @@ -12,7 +12,7 @@ ```toml [dependencies] -gpu-allocator = "0.21.0" +gpu-allocator = "0.22.0" ``` {{readme}}