Skip to content

Commit

Permalink
Merge pull request #211 from LNP-BP/v0.5
Browse files Browse the repository at this point in the history
v0.5 release
  • Loading branch information
dr-orlovsky authored Nov 27, 2021
2 parents 95df6a2 + 18c4612 commit b4f44e4
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.47.0 ]
toolchain: [ 1.51.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
140 changes: 82 additions & 58 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ path = "src/bin/lnpbp.rs"
required-features = ["cli"]

[dependencies]
amplify = { version = "3", features = ["stringly_conversions", "std"] }
lnpbp_bech32 = { version = "0.5.0-beta.2", path = "bech32" }
lnpbp_chain = { version = "0.5.0-beta.3", path = "chain" }
lnpbp_elgamal = { version = "0.5.0-beta.1", path = "elgamal", optional = true }
amplify = { version = "3.9.1", features = ["stringly_conversions", "std"] }
lnpbp_bech32 = { version = "0.5.0", path = "bech32" }
lnpbp_chain = { version = "0.5.0", path = "chain" }
lnpbp_elgamal = { version = "0.5.0", path = "elgamal", optional = true }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
serde_with = { version = "1.8", features = ["hex"], optional = true }
# serde_with_macros = { version = "~1.2.0", optional = true } # Fix for the problem in 1.3.0
clap = { version = "3.0.0-beta.4", optional = true }
clap = { version = "3.0.0-beta.5", optional = true }
serde_yaml = { version = "0.8", optional = true }
serde_json = { version = "1", optional = true }
base64-compat = { version = "1", optional = true } # Used by cli only
Expand Down
Loading

0 comments on commit b4f44e4

Please sign in to comment.