fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.

Home Page:https://fzyzcjy.github.io/flutter_rust_bridge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to do transient update from v2.0.0-dev.X to v2.0.0-dev.Y

NightBlaze opened this issue · comments

Is it enough to?
• remove package with cargo uninstall v2.0.0-dev.X
• install new version with cargo install v2.0.0-dev.Y
• update version in Cargo.toml

Hi, just do https://cjycode.com/flutter_rust_bridge/guides/miscellaneous/upgrade/regular is enough. e.g.

cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.0' && flutter_rust_bridge_codegen generate

Thanks

You are welcome!