From a4da612502fdd361adea3387b5720743e42c015b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Cruz?= Date: Tue, 28 Jan 2025 11:57:52 +0100 Subject: [PATCH] Bump minimal version of `num-bigint` to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e9b539..c4da98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ features = ["std", "num-bigint-std", "serde"] [dependencies.num-bigint] optional = true -version = "0.4.0" +version = "0.4.2" default-features = false [dependencies.num-integer]