Skip to content

Commit

Permalink
Cargo.toml: use shortened version form for rust-version (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Sep 12, 2024
1 parent 4e4c10e commit 544f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["no-std", "data-structures"]
keywords = ["generic-array"]
readme = "README.md"
edition = "2021"
rust-version = "1.81.0"
rust-version = "1.81"

[dependencies]
typenum = { version = "1.17", features = ["const-generics"] }
Expand Down

0 comments on commit 544f75b

Please sign in to comment.