Skip to content

Commit

Permalink
Note increase in MSRV in this version
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Sep 5, 2024
1 parent de4abf4 commit e6ee181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ 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.

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

The struct `Primes` is a wrapper around an array of primes generated by a
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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.
//!
//! # Example: generate primes at compile time and reuse it for related computations
//!
Expand Down

0 comments on commit e6ee181

Please sign in to comment.