Skip to content

Commit 614060d

Browse files
authored
Add the MSRV to Cargo.toml (#61)
1 parent 4ea8378 commit 614060d

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 @@ keywords = ["const", "primes", "no_std", "prime-numbers"]
88
categories = ["mathematics", "no-std", "no-std::no-alloc", "algorithms"]
99
description = "Work with prime numbers in const contexts. Prime generation, primality testing, prime counting, and more."
1010
repository = "https://github.com/JSorngard/const-primes/"
11+
rust-version = "1.67.1"
1112

1213
[dependencies]
1314
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }

0 commit comments

Comments
 (0)