diff --git a/Cargo.toml b/Cargo.toml index 8edc555..26a4254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpu-allocator" -version = "0.23.0" +version = "0.24.0" authors = ["Traverse Research "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index f2e7612..f76a5ff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ```toml [dependencies] -gpu-allocator = "0.23.0" +gpu-allocator = "0.24.0" ``` ![Visualizer](visualizer.png) diff --git a/README.tpl b/README.tpl index 0aecd34..c4d57bd 100644 --- a/README.tpl +++ b/README.tpl @@ -11,7 +11,7 @@ ```toml [dependencies] -gpu-allocator = "0.23.0" +gpu-allocator = "0.24.0" ``` ![Visualizer](visualizer.png)