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

Commit

Permalink
crates.io release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Jul 31, 2024
1 parent 544ca89 commit df9f642
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 @@ -4,7 +4,7 @@ description = "Cryptographic library for SNARK gadgets"
homepage = "https://github.com/matter-labs/franklin-crypto"
license = "MIT/Apache-2.0"
name = "franklin-crypto"
version = "0.2.0"
version = "0.2.1"

[lib]
crate-type = ["lib", "staticlib"]
Expand All @@ -19,7 +19,7 @@ allocator = ["bellman/allocator"]
derivative = "2"

# boojum = {package = "boojum", path = "../boojum" }
boojum = "=0.2.0"
boojum = "=0.2.1"

rand = "0.4"
digest = "0.9"
Expand Down

0 comments on commit df9f642

Please sign in to comment.