File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments