Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to build with bellman dependency #17

Open
madiazp opened this issue May 14, 2020 · 1 comment
Open

Fail to build with bellman dependency #17

madiazp opened this issue May 14, 2020 · 1 comment

Comments

@madiazp
Copy link

madiazp commented May 14, 2020

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)

@shamatar
Copy link

shamatar commented May 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants