Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

error: no matching package named iota-streams found #296

Open
FKDraymond opened this issue May 22, 2023 · 1 comment
Open

error: no matching package named iota-streams found #296

FKDraymond opened this issue May 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@FKDraymond
Copy link

Bug description

Briefly describe the bug.

Rust version

Which version of Rust are you running?

  • Rust version:rustc 1.69.0 (84c898d65 2023-04-16)

Hardware specification

What hardware are you using?

  • Operating system:MAC OS Monterey
  • RAM:16 GB 2667 MHz DDR4
  • Cores:2.3 GHz eight-core Intel Core i9
  • Device:MacBook Pro (16-inch, 2019)

Steps To reproduce the bug

Explain how the maintainer can reproduce the bug.

  1. add the following dependencies to cargo.toml
    anyhow = { version = "1.0", default-features = false }
    iota-streams = { git = "https://github.com/iotaledger/streams", branch = "develop"}
  2. copy the example code to main.rs file
  3. run 'cargo build' in the terminal

Actual behaviour

image

It occurs an error : error: no matching package named iota-streams found

How can i fix it?

@FKDraymond FKDraymond added the bug Something isn't working label May 22, 2023
@Chen-Michael
Copy link

streams = { git = "https://github.com/iotaledger/streams", branch = "develop"}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants