Skip to content

Commit

Permalink
v0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 1, 2022
1 parent 228e378 commit a87d428
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnp-core"
version = "0.5.3"
version = "0.6.0-beta.1"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP Core Library: rust implementation of modular lightning channels architecture"
Expand All @@ -23,7 +23,7 @@ amplify = "3.10.0"
strict_encoding = "1.7.8"
lightning_encoding = ">=0.5.10"
descriptor-wallet = { version = "0.5.1", features = ["keygen"] }
lnp2p = { version = ">=0.5.3", path = "lnp2p", features = ["strict_encoding"] }
lnp2p = { version = "0.6.0-beta.1", path = "lnp2p", features = ["strict_encoding"] }
lnpbp = "0.5.0"
bitcoin = { version = "0.27.1", features = ["rand"] }
secp256k1 = { version = "0.20.3", features = ["global-context-less-secure"] }
Expand Down
2 changes: 1 addition & 1 deletion lnp2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnp2p"
version = "0.5.3"
version = "0.6.0-beta.1"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LN P2P Library: rust implementation of lightning network peer protocols (BOLT-1, 2, 7, 9, Bifrost)"
Expand Down

0 comments on commit a87d428

Please sign in to comment.