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.2 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta authored Aug 6, 2024
1 parent c9066c8 commit 10bf54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1"
version = "0.2.2"

[lib]
crate-type = ["lib", "staticlib"]
Expand All @@ -14,12 +14,12 @@ default = ["multicore", "plonk"]
multicore = ["bellman/multicore"]
plonk = ["bellman/plonk"]
allocator = ["bellman/allocator"]

[dependencies]
derivative = "2"

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

rand = "0.4"
digest = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-05-07
nightly-2024-08-01

0 comments on commit 10bf54d

Please sign in to comment.