From 58531ec36e972902a9e85a84c7749785165ad04e Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 27 Mar 2024 14:35:32 -0500 Subject: [PATCH] fix(hwi): set cargo bdk_wallet version and README.md for publishing --- crates/hwi/Cargo.toml | 4 ++-- crates/hwi/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 crates/hwi/README.md diff --git a/crates/hwi/Cargo.toml b/crates/hwi/Cargo.toml index 972569c7e..fe6cb7fa3 100644 --- a/crates/hwi/Cargo.toml +++ b/crates/hwi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_hwi" -version = "0.2.0" +version = "0.1.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk" @@ -9,5 +9,5 @@ license = "MIT OR Apache-2.0" readme = "README.md" [dependencies] -bdk_wallet = { path = "../wallet" } +bdk_wallet = { path = "../wallet", version = "1.0.0-alpha.11"} hwi = { version = "0.8.0", features = [ "miniscript"] } diff --git a/crates/hwi/README.md b/crates/hwi/README.md new file mode 100644 index 000000000..f31601b97 --- /dev/null +++ b/crates/hwi/README.md @@ -0,0 +1,3 @@ +# BDK HWI Signer + +This crate contains `HWISigner`, an implementation of a `TransactionSigner` to be used with hardware wallets. \ No newline at end of file