Skip to content

Commit f99f957

Browse files
authored
chore: set Rust edition to 2024
1 parent b5c351c commit f99f957

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "numtoa"
33
version = "1.0.0-alpha1"
44
authors = ["Michael Aaron Murphy <mmstickman@gmail.com>"]
5+
edition = "2024"
56
license = "MIT OR Apache-2.0"
67
documentation = "https://docs.rs/numtoa"
78
description = "Convert numbers into stack-allocated byte arrays"

0 commit comments

Comments
 (0)