forked from zcash/sapling-crypto
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I'm trying to build a project that use a package that use sapling-crypto as dependency. But it fails if a try to build it.
I've cloned this repo and built it but fails with multiples errors. It seems that cargo search for bellman_ce 0.3.4 and that version breaks the project. But if a change the cargo dependency of bellman to bellman_ce 0.3.1 it works.
this
bellman = {package = "bellman_ce", version = "0.3", default-features = false}
by this:
bellman = {package = "bellman_ce", version = "=0.3.1", default-features = false}
my rust version is rustc 1.45.0-nightly (769d12eec 2020-05-12)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels