#Cargo no matching package named `russh` found despite having a local copy already
9 messages · Page 1 of 1 (latest)
I've tried to switch to a version pair I've found working on github
[package]
name = "console"
version = "0.1.0"
edition = "2021"
[dependencies]
russh = "0.34.0-beta.15"
russh-keys = "0.22.0-beta.6"
futures = "0.3.21"
tokio = "1.13.0"
akarys@mojito ~/P/console (main) [101]> cargo build
Updating crates.io index
error: no matching package named `russh` found
location searched: registry `crates-io`
required by package `console v0.1.0 (/home/akarys/Projects/console)`
I solved the issue