Skip to content

Fail to build with bellman dependency #17

@madiazp

Description

@madiazp

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions