Skip to content

Commit

Permalink
chore(deps): update flutter_rust_bridge_codegen requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [flutter_rust_bridge_codegen](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.3...v1.82.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent beab6a8 commit fcbdef5
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 @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["staticlib", "cdylib"]

[build-dependencies]
flutter_rust_bridge_codegen = "=1.82.3"
flutter_rust_bridge_codegen = "=1.82.4"

[dependencies]
flutter_rust_bridge = "=1.82.3"
Expand Down

0 comments on commit fcbdef5

Please sign in to comment.