Skip to content

Commit

Permalink
Integrate ureq fix from Boltz Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed May 2, 2024
1 parent 0aa699d commit 69e2d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/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 lib/Cargo.lock

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

4 changes: 1 addition & 3 deletions lib/ls-sdk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ name = "breez_liquid_sdk"
[dependencies]
anyhow = { workspace = true }
bip39 = { version = "2.0.0", features = ["serde"] }
#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "cf2544ae126ac46ab2118313d61a57f160e3d64e" }
# Temp workaround until https://github.com/SatoshiPortal/boltz-rust/pull/41 is reviewed and merged
boltz-client = { git = "https://github.com/ok300/boltz-rust", branch = "ok300-fix-swapstatus-close_notify-errors" }
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "6f45fff8b87c7530c847eb05f018906c48785a6c" }
flutter_rust_bridge = { version = "=2.0.0-dev.32", features = ["chrono"], optional = true }
log = "0.4.20"
lwk_common = "0.3.0"
Expand Down

0 comments on commit 69e2d30

Please sign in to comment.