Skip to content

Commit fad13f5

Browse files
Update flutter_rust_bridge to 2.0.0-dev.36 and generate bindings
1 parent c90797d commit fad13f5

27 files changed

+1622
-1706
lines changed

libs/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/sdk-bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ uniffi-kotlin-multiplatform = { git = "https://gitlab.com/trixnity/uniffi-kotlin
2525
camino = "1.1.1"
2626
log = "*"
2727
once_cell = "*"
28-
flutter_rust_bridge = "2.0.0-dev.33"
28+
flutter_rust_bridge = ">= 2.0.0-dev.34, <= 2.0.0-dev.36"
2929
tiny-bip39 = "*"
3030
tonic = { version = "^0.8", features = [
3131
"tls",

libs/sdk-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "breez_sdk_core"
88
crate-type = ["staticlib", "cdylib", "lib"]
99

1010
[dependencies]
11-
flutter_rust_bridge = "=2.0.0-dev.33"
11+
flutter_rust_bridge = "=2.0.0-dev.36"
1212
aes = "0.8"
1313
anyhow = { version = "1.0.79", features = ["backtrace"] }
1414
cbc = { version = "0.1", features = ["std"] }

0 commit comments

Comments
 (0)