aptos-core
aptos-core copied to clipboard
[Bug] aptos-sdk = "0.2.7" not working
Cargo.toml
[package]
name = "aptostest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aptos-sdk = "0.2.7"
cargo check
aptos % cargo check
Updating crates.io index
error: no matching package named `aptos-crypto` found
location searched: registry `crates-io`
required by package `aptos-sdk v0.2.7`
... which satisfies dependency `aptos-sdk = "^0.2.7"` of package `aptos v0.1.0
No one gonna fix this? all the dependences for aptos-sdk in crates are yanked.
This issue is stale because it has been open 45 days with no activity. Remove the stale label or comment - otherwise this will be closed in 15 days.
Duplicate of https://github.com/aptos-labs/aptos-core/issues/6631