Skip to content

Commit 66a96d9

Browse files
committed
Bump edition to 2021 to match MSRV 1.65
1 parent 51a0a62 commit 66a96d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gpu-allocator"
33
version = "0.24.0"
44
authors = ["Traverse Research <opensource@traverseresearch.nl>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
description = "Memory allocator for GPU memory in Vulkan and DirectX 12"
88
categories = ["rendering", "rendering::graphics-api"]

0 commit comments

Comments
 (0)