Skip to content

Commit 544f75b

Browse files
authored
Cargo.toml: use shortened version form for rust-version (#87)
1 parent 4e4c10e commit 544f75b

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
@@ -14,7 +14,7 @@ categories = ["no-std", "data-structures"]
1414
keywords = ["generic-array"]
1515
readme = "README.md"
1616
edition = "2021"
17-
rust-version = "1.81.0"
17+
rust-version = "1.81"
1818

1919
[dependencies]
2020
typenum = { version = "1.17", features = ["const-generics"] }

0 commit comments

Comments
 (0)