Skip to content

Commit 620dfc8

Browse files
committed
fix: lock boltz-client version
1 parent 243074f commit 620dfc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
dio: ^5.4.0
1919
freezed_annotation: ^2.4.1
2020
json_annotation: ^4.8.1
21-
archive: ^4.0.2
21+
archive: ^4.0.5
2222
http: ^1.2.0
2323
web_socket_channel: ^3.0.1
2424

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212
crate-type = ["staticlib", "cdylib"]
1313

1414
[dependencies]
15-
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust.git", features = ["lnurl", "electrum"] }
15+
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust.git", ref = "efb5b383421141d733cccea9a05bffae7624cc28", features = ["lnurl", "electrum"] }
1616
flutter_rust_bridge = "=2.0.0"
1717
anyhow = "1.0.68"
1818
serde = { version = "1.0.0", features = ["derive"] }

0 commit comments

Comments
 (0)