Skip to content

Commit 0b6904c

Browse files
committed
update README
1 parent b0b38a9 commit 0b6904c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

7.06 KB

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defined in `std` for internal usages in crate. For example:
2727

2828
```toml
2929
[dependencies]
30-
gpu-allocator = { version = "0.27", default-features = false, features = ["hashbrown", "other features"] }
30+
gpu-allocator = { version = "0.27.0", default-features = false, features = ["hashbrown", "other features"] }
3131
```
3232

3333
To support both `std` and `no_std` builds in project, you can use the following

0 commit comments

Comments
 (0)