rust-mobile / android-activity

Glue for building Rust applications on Android with NativeActivity or GameActivity
238 stars 46 forks source link

Set `workspace.resolver = "2"` and avoid cargo warning #135

Closed rib closed 11 months ago

rib commented 11 months ago

Since we're using edition = "2021" in android-activity/Cargo.toml (which defaults to the v2 resolver) then cargo warns that this isn't consistent with the v1 resolver default for the top-level workspace.

MarijnS95 commented 11 months ago

Nice, yeah this warning started to show for a bunch of crates for me since Rust 1.70 or something close to that.