bdk icon indicating copy to clipboard operation
bdk copied to clipboard

bdk_hwi, set cargo bdk version to 1.0.0-alpha.8

Open notmandatory opened this issue 1 year ago • 0 comments

Description

Need to set a specific version for bdk dependency in order to be able to publish bdk_hwi to crates.io.

cargo publish -p bdk_hwi
    Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `bdk` does not specify a version
Note: The published dependency will use the version from crates.io,
the `path` specification will be removed from the dependency declaration.

Checklists

All Submissions:

  • [x] I've signed all my commits
  • [x] I followed the contribution guidelines
  • [x] I ran cargo fmt and cargo clippy before committing

notmandatory avatar Mar 27 '24 19:03 notmandatory