Skip to content

Commit

Permalink
chore(deps): Bump flutter_rust_bridge to 1.78.0
Browse files Browse the repository at this point in the history
We could not bump it all the way before as it needs Dart 3.
  • Loading branch information
klochowicz committed Jun 30, 2023
1 parent b919dd3 commit 7e4fb5d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/tests-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
coordinator-commons = { path = "../coordinator-commons" }
flutter_rust_bridge = "1.75.3"
flutter_rust_bridge = "1.78.0"
native = { path = "../../mobile/native" }
quote = "1.0.28"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ precommit: gen lint
deps: deps-gen deps-android deps-ios

deps-gen:
cargo install flutter_rust_bridge_codegen@1.75.3
cargo install flutter_rust_bridge_codegen@1.78.0

# Install dependencies for Android (build targets and cargo-ndk)
deps-android:
Expand Down
2 changes: 1 addition & 1 deletion mobile/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coordinator-commons = { path = "../../crates/coordinator-commons" }
diesel = { version = "2.0.0", features = ["sqlite", "r2d2", "extras"] }
diesel_migrations = "2.0.0"
dlc-messages = { version = "0.4.0" }
flutter_rust_bridge = "1.75.3"
flutter_rust_bridge = "1.78.0"
futures = "0.3"
hex = "0.4"
itertools = "0.10"
Expand Down
4 changes: 2 additions & 2 deletions mobile/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ packages:
dependency: "direct main"
description:
name: flutter_rust_bridge
sha256: "36e11b79ac7011d9203313468c5827fe1215b0fa03df384cfe2891a68ed74ed5"
sha256: "6960d0843f6f7b4eac28f2531eb0024f01c49bf9eec798327fbbafa084c1f535"
url: "https://pub.dev"
source: hosted
version: "1.75.3"
version: "1.78.0"
flutter_speed_dial:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
cupertino_icons: ^1.0.5
ffi: ^2.0.2
f_logs: ^2.0.1
flutter_rust_bridge: ^1.75.3
flutter_rust_bridge: ^1.78.0
flutter_speed_dial: ^7.0.0
meta: ^1.8.0
go_router: ^9.0.0
Expand Down

0 comments on commit 7e4fb5d

Please sign in to comment.