Skip to content

Commit

Permalink
bumping the version to 0.6.0, adapting the company name in README.md …
Browse files Browse the repository at this point in the history
…and adjusting the rust version for the CI
  • Loading branch information
ulrichard committed Nov 21, 2024
1 parent 91beb3a commit 2de31f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electrum2descriptors"
version = "0.5.0"
version = "0.6.0"
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
edition = "2018"
description = "Converts electrum xpubs (like vpub, ypub...) into output descriptors"
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 2de31f7

Please sign in to comment.