bytecodealliance / sightglass

A benchmark suite and tool to compare different implementations of the same primitives.
Apache License 2.0
69 stars 33 forks source link

Update Cargo edition to avoid warnings #249

Closed abrown closed 1 year ago

abrown commented 1 year ago

This updates all crates to use edition = "2021" which should resolve some Cargo warnings I was seeing:

some crates are on edition 2021 which defaults to resolver = "2", but virtual workspaces default to `resolver = "1"