From 1bfa13221db129ec0a7fc49ab7f1bb74b6117ba3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Feb 2026 09:20:14 +0100 Subject: [PATCH] prepare version 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83056dc..d8de294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "num-prime" -version = "0.4.4" +version = "0.5.0" dependencies = [ "bitvec", "either", diff --git a/Cargo.toml b/Cargo.toml index d86cc7e..ec98b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ rust-version = "1.70" [package] name = "num-prime" -version = "0.4.4" +version = "0.5.0" edition.workspace = true rust-version.workspace = true repository = "https://github.com/uutils/num-prime"