Skip to content

Commit

Permalink
Releasing miniscript version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 7, 2021
1 parent 39dfc51 commit 4cf7277
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bitcoin = { version = "~0.26.0", features = ["rand"] }
bitcoin_hashes = "~0.9.4" # we need macro from here
# <https://github.com/LNP-BP/LNPBPs/blob/master/lnpbp-0002.md#deterministic-public-key-extraction-from-bitcoin-script>
# We have to fix version of miniscript as required by LNPBP-2 specification
miniscript = { version = "~5.0.0", features = ["compiler"] }
miniscript = { version = "5", features = ["compiler"] }
bech32 = "~0.7.2"
# Used only as a part of RGB for encoding Ed25519 key data (for instance as
# a part of Tor address)
Expand Down

0 comments on commit 4cf7277

Please sign in to comment.