cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

Upgrade `tokio_with_wasm` to 0.5.3 #365

Closed temeddix closed 2 months ago

temeddix commented 2 months ago

Changes

tokio_with_wasm 0.5.3 introduces cargo features, abort on JoinHandle, efficient JoinHandle, and panic-free behavior.

Before Committing

Please make sure that you've analyzed and formatted the files.

dart analyze flutter_ffi_plugin --fatal-infos
dart format .
cargo fmt
cargo clippy --fix --allow-dirty