Alex6323 / bee-p

Bee prototype.
16 stars 13 forks source link

bee-ternary package needs to be specified explicitly #290

Closed CMIT-RomanP closed 3 years ago

CMIT-RomanP commented 3 years ago

Please correct bee-ternary dependencies, should be "bee-ternary = { version = "0.3.2-alpha", git = "https://github.com/iotaledger/bee.git", branch = "dev", features = ["serde1"] }".

thibault-martinez commented 3 years ago

Hi, out of curiosity, what kind of issue are you having with it not being explicit ? And why bee-ternary specifically ?

CMIT-RomanP commented 3 years ago

I am working on a program using IOTA Streams and I am not able to translate. This is the result of a cargo build

Updating crates.io index Updating git repository https://github.com/iotaledger/iota.rs Updating git repository https://github.com/iotaledger/iota.rs Updating git repository https://github.com/iotaledger/streams Updating git repository https://github.com/iotaledger/bee.git Updating git repository https://github.com/Alex6323/bee-p.git error: no matching package named bee-ternary found location searched: https://github.com/iotaledger/bee.git?branch=dev prerelease package needs to be specified explicitly bee-ternary = { version = "0.3.2-alpha" } required by package iota-core v0.2.0-alpha.3 (https://github.com/iotaledger/iota.rs?rev=0ad8e7f#0ad8e7f7)

thibault-martinez commented 3 years ago

Can you try cargo update then cargo build please ?