Skip to content

Commit

Permalink
Update flutter_rust_bridge to 2.0.0-dev.36 and generate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed May 27, 2024
1 parent 66500cc commit 797375d
Show file tree
Hide file tree
Showing 26 changed files with 1,621 additions and 1,705 deletions.
8 changes: 4 additions & 4 deletions libs/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 libs/sdk-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ uniffi-kotlin-multiplatform = { git = "https://gitlab.com/trixnity/uniffi-kotlin
camino = "1.1.1"
log = "*"
once_cell = "*"
flutter_rust_bridge = "2.0.0-dev.33"
flutter_rust_bridge = ">= 2.0.0-dev.34, <= 2.0.0-dev.36"
tiny-bip39 = "*"
tonic = { version = "^0.8", features = [
"tls",
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "breez_sdk_core"
crate-type = ["staticlib", "cdylib", "lib"]

[dependencies]
flutter_rust_bridge = "=2.0.0-dev.33"
flutter_rust_bridge = "=2.0.0-dev.36"
aes = "0.8"
anyhow = { version = "1.0.79", features = ["backtrace"] }
cbc = { version = "0.1", features = ["std"] }
Expand Down
Loading

0 comments on commit 797375d

Please sign in to comment.