Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
upgrade boojum to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aikixd committed Feb 8, 2024
1 parent 2546c63 commit ec6775b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec6775b

Please sign in to comment.