Skip to content

Commit 8a0e9a0

Browse files
committed
Update to Edition 2021
1 parent d1ddff8 commit 8a0e9a0

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
@@ -3,7 +3,7 @@ authors = ["Michael Lass <[email protected]>"]
33
categories = ["data-structures", "memory-management"]
44
description = "Allocate heap memory with user-specified alignment"
55
documentation = "https://docs.rs/aligned_box/"
6-
edition = "2018"
6+
edition = "2021"
77
homepage = "https://github.com/michaellass/aligned_box/"
88
keywords = ["aligned", "alignment", "box", "heap", "memory"]
99
license = "MIT"

0 commit comments

Comments
 (0)