matter-labs-archive / sapling-crypto

Zcash "Sapling" cryptography gadgets along with additions. Uses our Ethereum compatible bellman under the hood
Other
15 stars 9 forks source link

Fail to build with bellman dependency #17

Open madiazp opened 4 years ago

madiazp commented 4 years ago

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 commented 4 years ago

Hey Matias!

Please try version 0.1.4

Sincerely, Alex


От: Matias Diaz notifications@github.com Отправлено: Thursday, May 14, 2020 9:02:42 PM Кому: matter-labs/sapling-crypto sapling-crypto@noreply.github.com Копия: Subscribed subscribed@noreply.github.com Тема: [matter-labs/sapling-crypto] Fail to build with bellman dependency (#17)

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 break the project. But if a change the cargo dependency of bellman to bellman_ce 0.3.1 it works.

thishttps://github.com/matter-labs/sapling-crypto/blob/master/Cargo.toml#L31 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)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/matter-labs/sapling-crypto/issues/17, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRK753RQDI7FNNFGP6SN3LRRQW4FANCNFSM4NA467WQ.