From ec6775bc2873d39756f437f92fb3a03e764d2e81 Mon Sep 17 00:00:00 2001 From: Dmitriy Sorkin Date: Thu, 8 Feb 2024 13:02:58 +0200 Subject: [PATCH] upgrade boojum to v0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbed5980..9b8ee79c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ allocator = ["bellman/allocator"] [dependencies] derivative = "2" -# boojum = {package = "boojum", path = "../boojum" } -boojum = {git = "https://github.com/matter-labs/era-boojum.git", branch = "main"} +# boojum = {package = "boojum", path = "../era-boojum" } +boojum = {git = "https://github.com/matter-labs/era-boojum.git", branch = "v0.2"} rand = "0.4" digest = "0.9"