From d5ee2e834d3991084773cbd441b1304027a0871d Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:43:18 +0000 Subject: [PATCH] chore: bump `noir_sort` to `v0.2.1` --- Nargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nargo.toml b/Nargo.toml index 49104f0..eeb3d97 100644 --- a/Nargo.toml +++ b/Nargo.toml @@ -6,4 +6,4 @@ compiler_version = ">=0.37.0" [dependencies] bignum = {tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum"} -sort = {tag = "v0.2.0", git = "https://github.com/noir-lang/noir_sort"} +sort = {tag = "v0.2.1", git = "https://github.com/noir-lang/noir_sort"}