From 3d217a1b88785b73750cfb85d558dd10b86db963 Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Mon, 6 Jan 2025 13:29:33 -0300 Subject: [PATCH] chore: update noir-bignum to v0.5.0 --- noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml b/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml index da49758490e1..45b10bfc1ea5 100644 --- a/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml +++ b/noir-projects/noir-protocol-circuits/crates/blob/Nargo.toml @@ -5,5 +5,5 @@ authors = [""] compiler_version = ">=0.30.0" [dependencies] -bigint = {tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum" } +bigint = { tag = "v0.5.0", git = "https://github.com/noir-lang/noir-bignum" } types = { path = "../types" }