From d04feb2f36b831762d453c8fbfb1938d7ad0cc3e Mon Sep 17 00:00:00 2001 From: Remco Bloemen Date: Fri, 3 Jun 2022 22:44:31 -0700 Subject: [PATCH] Release version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4d7067..a524922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ primitive-types = "0.11.1" proptest = { version = "1.0", optional = true } rand = "0.8.4" rayon = "1.5.1" -ruint = { version = "1.1.0", path = "../../WV/uint", features = [ "serde", "num-bigint", "ark-ff" ] } +ruint = { version = "1.2.0", features = [ "serde", "num-bigint", "ark-ff" ] } serde = "1.0" sha2 = "0.10.1" thiserror = "1.0.0"