aptos-core icon indicating copy to clipboard operation
aptos-core copied to clipboard

[Bug] aptos-sdk = "0.2.7" not working

Open gitmalong opened this issue 3 years ago • 1 comments

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 

gitmalong avatar Dec 24 '22 12:12 gitmalong

No one gonna fix this? all the dependences for aptos-sdk in crates are yanked.

ivanfong01 avatar Jan 25 '23 05:01 ivanfong01

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.

github-actions[bot] avatar Mar 12 '23 02:03 github-actions[bot]

Duplicate of https://github.com/aptos-labs/aptos-core/issues/6631

gregnazario avatar Mar 17 '23 22:03 gregnazario