From e543816e2c1b6d241e7b0345f747acb5ea671544 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 3 Nov 2024 12:21:26 +0100 Subject: [PATCH] bug num-bigint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c52dbfd..b201af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ either = "1.6.1" [dependencies.num-bigint] optional = true -version = "0.4.3" +version = "0.4.6" features = ["rand"] [features]