Skip to content

Commit d09ef37

Browse files
committed
Specify minimum rust version in the Cargo.toml
1 parent 3ab1c03 commit d09ef37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/ruma/js_int"
99
keywords = ["integer", "no_std"]
1010
categories = ["no-std"]
11+
rust-version = "1.46.0"
1112

1213
[dependencies.serde]
1314
version = "1.0"

0 commit comments

Comments
 (0)