Skip to content

Commit

Permalink
Merge pull request #855 from MutinyWallet/bump-ldk-patch
Browse files Browse the repository at this point in the history
Bump LDK patch and version to v0.4.34
  • Loading branch information
TonyGiorgio authored Nov 14, 2023
2 parents 539003e + 952edeb commit 819804b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ opt-level = "z"
opt-level = "z"

[patch.crates-io]
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" }
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" }
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "22247dd4abf974349ae91ebaf2ba7b180ff10a48" }
lightning = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" }
lightning-invoice = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" }
lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "b6e1aad283f8c5551465fbd260b90757859e418d" }
2 changes: 1 addition & 1 deletion mutiny-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"]

[package]
name = "mutiny-core"
version = "0.4.33"
version = "0.4.34"
edition = "2021"
authors = ["Tony Giorgio <[email protected]>", "benthecarman <[email protected]>"]
description = "The core SDK for the mutiny node"
Expand Down
2 changes: 1 addition & 1 deletion mutiny-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"]

[package]
name = "mutiny-wasm"
version = "0.4.33"
version = "0.4.34"
edition = "2021"
authors = ["Tony Giorgio <[email protected]>", "benthecarman <[email protected]>"]
forced-target = "wasm32-unknown-unknown"
Expand Down

0 comments on commit 819804b

Please sign in to comment.