From 188f32fff305126111f2dc0d917519c46636a669 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 24 Mar 2026 23:07:42 +0100 Subject: [PATCH] test factor perf --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de54b50704f..ffeb62673b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,8 +2055,7 @@ dependencies = [ [[package]] name = "num-prime" version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b285c575532a33ef6fdd3a57640d0b1c70e6ca48644d6df7bbd4b7a0cfbbb12d" +source = "git+https://github.com/uutils/num-prime?branch=main#395cef5d78e8a939f2e4a8e93b44f44a00166c46" dependencies = [ "bitvec", "either", diff --git a/Cargo.toml b/Cargo.toml index db9c0c40523..ad622944837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -417,7 +417,7 @@ nix = { version = "0.31.2", default-features = false } nom = "8.0.0" notify = { version = "=8.2.0", features = ["macos_kqueue"] } num-bigint = "0.4.4" -num-prime = "0.5.0" +num-prime = { git = "https://github.com/uutils/num-prime", branch = "main" } num-traits = "0.2.19" onig = { version = "~6.5.1", default-features = false } parse_datetime = "0.14.0"