Skip to content

Commit

Permalink
Merge pull request #43 from kumulynja/bump-frb
Browse files Browse the repository at this point in the history
change frb to >=2.0.0 <=2.3.0
  • Loading branch information
BitcoinZavior authored Feb 17, 2025
2 parents dbd2c03 + 3180dbc commit 6bd1dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ version: 0.22.0
homepage: https://github.com/LtbLightning/payjoin-flutter

environment:
sdk: '>=3.2.3 <4.0.0'
flutter: '>=3.3.0'
sdk: ">=3.2.3 <4.0.0"
flutter: ">=3.3.0"

dependencies:
flutter:
sdk: flutter
collection: ^1.17.1
ffi: ^2.0.1
flutter_rust_bridge: "^2.0.0"
flutter_rust_bridge: ">=2.0.0 <=2.3.0"
freezed_annotation: ^2.2.0
meta: ^1.10.0
uuid: ^4.2.1
Expand Down

0 comments on commit 6bd1dc1

Please sign in to comment.