Specify resolver version.

This solves the build warnings:
```
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:
jcamiel 2023-09-06 16:59:33 +02:00 committed by hurl-bot
parent 025a453b97
commit ffa4052f32
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

View File

@ -1,10 +1,10 @@
[workspace]
members =[
members = [
"packages/hurl",
"packages/hurlfmt",
"packages/hurl_core",
]
resolver = "2"
[profile.release]
lto = true # Enable Link Time Optimization