Davidflogar / phpl

A php interpreter written in rust
MIT License
57 stars 3 forks source link

Fix some warnings in cargo tomls #1

Closed git001 closed 1 week ago

git001 commented 1 week ago

Adopt the warnings for Cargo.toml

alex@alex-tuxedoinfinitybooks1517gen7 on 10/10/2024 at 01:23:52_CEST /datadisk/git-repos/phpl $ cargo r ../pinf.php
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
warning: /datadisk/git-repos/phpl/php-parser/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021