Skip to content

Commit

Permalink
Pin flutter_rust_bridge to 2.0.0
Browse files Browse the repository at this point in the history
and generate Dart bindings.

* 2.1.0 has introduced a regression: fzyzcjy/flutter_rust_bridge#2150 (comment)
  • Loading branch information
erdemyerebasmaz committed Jul 8, 2024
1 parent 4cd5b96 commit 029db5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dev_dependencies:
test: ^1.25.5
dependencies:
ffi: ^2.1.2
flutter_rust_bridge: ^2.0.0
flutter_rust_bridge: 2.0.0
freezed_annotation: ^2.4.1
meta: ^1.12.0 # meta is pinned to version 1.12.0 by integration_test from the flutter SDK.
2 changes: 1 addition & 1 deletion packages/flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

flutter_rust_bridge: ^2.0.0
flutter_rust_bridge: 2.0.0
flutter_breez_liquid:
git:
url: https://github.com/breez/breez-liquid-sdk-flutter
Expand Down

0 comments on commit 029db5a

Please sign in to comment.