Skip to content

Commit b4f44e4

Browse files
authored
Merge pull request #211 from LNP-BP/v0.5
v0.5 release
2 parents 95df6a2 + 18c4612 commit b4f44e4

File tree

9 files changed

+105
-80
lines changed

9 files changed

+105
-80
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
toolchain: [ 1.47.0 ]
89+
toolchain: [ 1.51.0 ]
9090
steps:
9191
- uses: actions/checkout@v2
9292
- name: Install rust ${{ matrix.toolchain }}

Diff for: Cargo.lock

+82-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ path = "src/bin/lnpbp.rs"
2323
required-features = ["cli"]
2424

2525
[dependencies]
26-
amplify = { version = "3", features = ["stringly_conversions", "std"] }
27-
lnpbp_bech32 = { version = "0.5.0-beta.2", path = "bech32" }
28-
lnpbp_chain = { version = "0.5.0-beta.3", path = "chain" }
29-
lnpbp_elgamal = { version = "0.5.0-beta.1", path = "elgamal", optional = true }
26+
amplify = { version = "3.9.1", features = ["stringly_conversions", "std"] }
27+
lnpbp_bech32 = { version = "0.5.0", path = "bech32" }
28+
lnpbp_chain = { version = "0.5.0", path = "chain" }
29+
lnpbp_elgamal = { version = "0.5.0", path = "elgamal", optional = true }
3030
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
3131
serde_with = { version = "1.8", features = ["hex"], optional = true }
3232
# serde_with_macros = { version = "~1.2.0", optional = true } # Fix for the problem in 1.3.0
33-
clap = { version = "3.0.0-beta.4", optional = true }
33+
clap = { version = "3.0.0-beta.5", optional = true }
3434
serde_yaml = { version = "0.8", optional = true }
3535
serde_json = { version = "1", optional = true }
3636
base64-compat = { version = "1", optional = true } # Used by cli only

0 commit comments

Comments
 (0)