Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_rust_bridge_codegen from 2.0.0-dev.30 to 2.0.0-dev.32 in /packages/codde_protocol/native #35

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps flutter_rust_bridge_codegen from 2.0.0-dev.30 to 2.0.0-dev.32.

Release notes

Sourced from flutter_rust_bridge_codegen's releases.

v2.0.0-dev.32

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support self in non-opaque case (&self already supported before) #1880
  • Support &SomeStructOrEnum in non-opaque case (SomeStructOrEnum already supported before) #1880
  • Support &str type (String already supported before) #1880
  • Support instance and static methods for enums without fields #1879
  • Revert stream default semantics to not wait for Rust function execution #1877
  • Allow users to customize whether to await for Rust function for streams #1877
  • Hint users when a type is automatically inferred as both opaque and non-opaque #1876
  • Add check to ensure Rust and Dart has in-sync generated code #1878

v2.0.0-dev.31

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support methods in external crates #1861
  • Support inserting arbitrary Dart code #1860
  • Support disabling default Hash/Eq generation #1860
  • Support passing stream object at arbitrary location and arbitrary amount #1867
  • Let Rust function finish execution before returning stream object #1867
  • Support cases when using Rust conditional compilation #1856
  • Fix not exporting some struct types needed for customizing handlers #1865
  • Fix ignoring user-provided custom handler objects #1865
  • Fix ReceivePort is not closed when subscription is cancelled before Rust closes the stream #1857
Changelog

Sourced from flutter_rust_bridge_codegen's changelog.

2.0.0-dev.32

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support self in non-opaque case (&self already supported before) #1880
  • Support &SomeStructOrEnum in non-opaque case (SomeStructOrEnum already supported before) #1880
  • Support &str type (String already supported before) #1880
  • Support instance and static methods for enums without fields #1879
  • Revert stream default semantics to not wait for Rust function execution #1877
  • Allow users to customize whether to await for Rust function for streams #1877
  • Hint users when a type is automatically inferred as both opaque and non-opaque #1876
  • Add check to ensure Rust and Dart has in-sync generated code #1878

2.0.0-dev.31

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support methods in external crates #1861
  • Support inserting arbitrary Dart code #1860
  • Support disabling default Hash/Eq generation #1860
  • Support passing stream object at arbitrary location and arbitrary amount #1867
  • Let Rust function finish execution before returning stream object #1867
  • Support cases when using Rust conditional compilation #1856
  • Fix not exporting some struct types needed for customizing handlers #1865
  • Fix ignoring user-provided custom handler objects #1865
  • Fix ReceivePort is not closed when subscription is cancelled before Rust closes the stream #1857
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_rust_bridge_codegen](https://github.com/fzyzcjy/flutter_rust_bridge) from 2.0.0-dev.30 to 2.0.0-dev.32.
- [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@v2.0.0-dev.30...v2.0.0-dev.32)

---
updated-dependencies:
- dependency-name: flutter_rust_bridge_codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 23, 2024
Copy link
Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #36.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/cargo/packages/codde_protocol/native/flutter_rust_bridge_codegen-2.0.0-dev.32 branch May 6, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants