Skip to content

Commit 3d4466e

Browse files
Release 0.28.0
1 parent 6b7ad0c commit 3d4466e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpu-allocator"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["Traverse Research <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

1818
![Visualizer](visualizer.png)
@@ -168,7 +168,7 @@ allocator.free(&allocation).unwrap();
168168

169169
```toml
170170
[dependencies]
171-
gpu-allocator = { version = "0.27.0", default-features = false, features = ["hashbrown", "other features"] }
171+
gpu-allocator = { version = "0.28.0", default-features = false, features = ["hashbrown", "other features"] }
172172
```
173173

174174
To support both `std` and `no_std` builds in your project, use the following in your `Cargo.toml`:
@@ -182,7 +182,7 @@ hashbrown = ["gpu-allocator/hashbrown"]
182182
other_features = []
183183

184184
[dependencies]
185-
gpu-allocator = { version = "0.27.0", default-features = false }
185+
gpu-allocator = { version = "0.28.0", default-features = false }
186186
```
187187

188188
## Minimum Supported Rust Version

README.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

1818
![Visualizer](visualizer.png)
@@ -25,7 +25,7 @@ gpu-allocator = "0.27.0"
2525

2626
```toml
2727
[dependencies]
28-
gpu-allocator = { version = "0.27.0", default-features = false, features = ["hashbrown", "other features"] }
28+
gpu-allocator = { version = "0.28.0", default-features = false, features = ["hashbrown", "other features"] }
2929
```
3030

3131
To support both `std` and `no_std` builds in your project, use the following in your `Cargo.toml`:
@@ -39,7 +39,7 @@ hashbrown = ["gpu-allocator/hashbrown"]
3939
other_features = []
4040

4141
[dependencies]
42-
gpu-allocator = { version = "0.27.0", default-features = false }
42+
gpu-allocator = { version = "0.28.0", default-features = false }
4343
```
4444

4545
## Minimum Supported Rust Version

0 commit comments

Comments
 (0)