mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
chore: fix cargo resolver warning (#570)
``` 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 ```
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"extism-maturin",
|
||||
"manifest",
|
||||
|
||||
Reference in New Issue
Block a user