We don't need the resolver=2 with edition 2021

This commit is contained in:
Olivier Goffart 2022-01-25 09:03:05 +01:00 committed by Olivier Goffart
parent a45dcc1f9a
commit e2ec76f9ef
3 changed files with 2 additions and 8 deletions

View file

@ -64,8 +64,7 @@ In your Cargo.toml add a `build` assignment and use the `sixtyfps-build` crate i
[package]
...
build = "build.rs"
resolver = "2" # avoid dependency conflicts on some platforms
edition = "2018"
edition = "2021"
[dependencies]
sixtyfps = "0.1.6"