Skip to content

Commit b92f7cc

Browse files
committed
Release 0.21.0
1 parent 65e0267 commit b92f7cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpu-allocator"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
authors = ["Traverse Research <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```toml
1414
[dependencies]
15-
gpu-allocator = "0.20.0"
15+
gpu-allocator = "0.21.0"
1616
```
1717

1818
This crate provides a fully written in Rust memory allocator for Vulkan and DirectX 12.

README.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```toml
1414
[dependencies]
15-
gpu-allocator = "0.20.0"
15+
gpu-allocator = "0.21.0"
1616
```
1717

1818
{{readme}}

0 commit comments

Comments
 (0)