Skip to content

Commit

Permalink
Clarify which crate versions have which MSRVs (#79)
Browse files Browse the repository at this point in the history
* Update README.md

* Update lib.rs

* Update README.md
  • Loading branch information
JSorngard authored Nov 13, 2024
1 parent e855f9d commit 254c5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ or check whether a number is prime in a const function.

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

This version supports Rust versions 1.81.0 and up, while previous versions
support Rust versions 1.67.1 and up.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//!
//! `no_std` compatible when the `serde` feature is disabled.
//!
//! 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.
//! 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.
//!
//! # Example: generate primes at compile time and reuse it for related computations
//!
Expand Down

0 comments on commit 254c5f6

Please sign in to comment.