Skip to content

Commit

Permalink
chore(deps): update flutter_rust_bridge requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [flutter_rust_bridge](https://github.com/fzyzcjy/flutter_rust_bridge) to permit the latest version.
- [Release notes](https://github.com/fzyzcjy/flutter_rust_bridge/releases)
- [Changelog](https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/CHANGELOG.md)
- [Commits](fzyzcjy/flutter_rust_bridge@v1.82.6...v2.0.0)

---
updated-dependencies:
- dependency-name: flutter_rust_bridge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent ff78d78 commit 5ffcb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mimir/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
flutter_rust_bridge_codegen = "=1.82.6"

[dependencies]
flutter_rust_bridge = "=1.82.6"
flutter_rust_bridge = "=2.0.0"
anyhow = "1.0.*"
serde = "1.0.*"
serde_json = "1.0.*"
Expand Down

0 comments on commit 5ffcb0c

Please sign in to comment.