From 07e613744e8f268dad95b143de2151b81590f57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Wed, 8 May 2024 09:50:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e000fa..7a717ce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A crate for generating and working with prime numbers in const contexts. `#![no_std]` compatible. +Supports rust >= 1.68.2. + ## Examples Generate arrays of prime numbers with the function `primes` which uses a [segmented sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes#Segmented_sieve):