diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a3c1672..2905cd6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,9 +17,8 @@ jobs: strategy: matrix: rust: - - 1.70.0 # docker rust:1-bookworm - - 1.63.0 # debian - - 1.61.0 # MSRV + - 1.82.0 + - 1.70.0 # MSRV features: - "" - default diff --git a/Cargo.toml b/Cargo.toml index 4dbb002..fa05486 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum2descriptors" -version = "0.5.0" +version = "0.6.0" authors = ["Riccardo Casatta "] edition = "2018" description = "Converts electrum xpubs (like vpub, ypub...) into output descriptors" @@ -32,7 +32,7 @@ regex = { version = "1", optional = true } [dev-dependencies] miniscript = "9" -bdk = "0.28" +bdk = "0.29" rstest = "0.17" tempfile = "3.5" diff --git a/README.md b/README.md index 7682f72..20c78ce 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Converts [slip-0132](https://github.com/satoshilabs/slips/blob/master/slip-0132. This project consists of a library and an executable. -The work of @ulrichard in this project was sponsored by [SEBA Bank AG](https://seba.swiss) +The work of @ulrichard in this project was sponsored by [AMINA Bank AG](https://aminagroup.com) ## Usage library For the library interface read [the docs](https://docs.rs/electrum2descriptors/latest/libelectrum2descriptors/).