deps: point SDK dependency to crates.io v0.2.0#20
Conversation
Previously, the CLI depended on the SDK from branch=main via git. The SDK is now published on crates.io (released v0.2.0 on 2026-06-23), so we can point the dependency at the published version. This simplifies the build and brings downstream CLI builds into dependency resolution. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Blocked — do not merge yet, and the target version is wrong. Repointing to
These are the wallet-signed auth + User-Agent APIs, added to the SDK after 0.2.0. They live in Plan: once rs#47 (v0.3.0) is published to crates.io, repoint to Keeping this PR as the one to carry that change. Closing #8 (the older duplicate of the same repoint) in favor of this one. |
Summary
Point the Nexus Exchange SDK dependency from
branch = "main"to the published crate version0.2.0on crates.io.The SDK was published on 2026-06-23; this allows the CLI to build against the released version rather than tracking HEAD on the SDK repo.
Test plan
cargo checkcompletes successfully and resolves SDK v0.2.0 from crates.io