Skip to content

Commit

Permalink
fix: cargo warning (#5105)
Browse files Browse the repository at this point in the history
See rust-lang/cargo#10910, released with Rust 1.70

```
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
```
  • Loading branch information
DaniPopes committed Jun 3, 2023
1 parent 08d09b6 commit 03aa926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ members = [
"ui",
"utils",
]
resolver = "2"

[profile.dev]
# Disabling debug info speeds up builds a bunch,
Expand Down

0 comments on commit 03aa926

Please sign in to comment.