chore: clear virtual-workspace resolver warnings since Rust 1.70 (#1174)

This patch just clears the warnings listed below and ensures we get the benefits of a better package manger function.

```console
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
```console
This commit is contained in:
martin frances 2023-06-13 19:54:39 +01:00 committed by GitHub
parent b0a23be07b
commit 4e4e6864dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[workspace]
resolver="2"
members = [
# core
"leptos",