From 7445ec911b0c5a1d94062ef2d5cae4ec08ee9a3f Mon Sep 17 00:00:00 2001 From: Robin Salen <30937548+Nashtare@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:50:21 -0500 Subject: [PATCH] Bump plonky2-util version (#1538) --- util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Cargo.toml b/util/Cargo.toml index 758391c3..441111af 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "plonky2_util" description = "Utilities used by Plonky2" -version = "0.1.1" +version = "0.2.0" license = "MIT OR Apache-2.0" edition = "2021"