Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 5, 2021
1 parent 7bed514 commit 31f5b25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -21,7 +21,7 @@ crate-type = ["rlib", "staticlib"]
[dependencies]
amplify = "3.9.1"
strict_encoding = "1.7.4"
lightning_encoding = { version = "0.6.0", path = "lightning_encoding" }
lightning_encoding = { version = "0.5.0", path = "lightning_encoding" }
descriptor-wallet = { version = "0.5.0", features = ["keygen"] }
lnp2p = { version = "0.5.1", path = "lnp2p", features = ["strict_encoding"] }
lnpbp = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lightning_encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightning_encoding"
version = "0.6.0"
version = "0.5.0"
license = "Apache-2.0"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "Network encoding for lightning network peer protocol data types"
Expand Down

0 comments on commit 31f5b25

Please sign in to comment.