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

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 1, 2024
1 parent 5695d07 commit 35d1287
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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.0.5"
version = "0.1.0"

[lib]
crate-type = ["lib", "staticlib"]
Expand Down Expand Up @@ -35,8 +35,7 @@ num-derive = "0.2"
indexmap = "1.9"
smallvec = "1.10"

# bellman = { package = "bellman_ce", path = "../../bellman/plonk" }
bellman = { package = "bellman_ce", git = "https://github.com/matter-labs/bellman", branch = "dev" }
bellman = { package = "bellman_ce", version = "0.7.0" }
blake2-rfc_bellman_edition = "0.0.1"
#poseidon_hash = { path = "../poseidon_hash" }
#poseidon_hash = {git = "https://github.com/shamatar/poseidon_hash.git"}
Expand Down

0 comments on commit 35d1287

Please sign in to comment.