Skip to content

Commit 254c5f6

Browse files
authored
Clarify which crate versions have which MSRVs (#79)
* Update README.md * Update lib.rs * Update README.md
1 parent e855f9d commit 254c5f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ or check whether a number is prime in a const function.
1414

1515
`no_std` compatible when the `serde` feature is disabled.
1616

17-
This version supports Rust versions 1.81.0 and up, while previous versions
18-
support Rust versions 1.67.1 and up.
17+
This version of the crate supports Rust versions 1.81.0 and up,
18+
while versions 0.8.7 and older support Rust versions 1.67.1 and up.
1919

2020
## Example: generate primes at compile time and use them for related computations
2121

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//!
66
//! `no_std` compatible when the `serde` feature is disabled.
77
//!
8-
//! This version supports Rust versions 1.81.0 and up, while versions 0.8.7 and older support Rust versions 1.67.1 and up.
8+
//! This version of the crate supports Rust versions 1.81.0 and up, while versions 0.8.7 and older support Rust versions 1.67.1 and up.
99
//!
1010
//! # Example: generate primes at compile time and reuse it for related computations
1111
//!

0 commit comments

Comments
 (0)