Open Skgland opened 4 months ago
I noticed while checking a project with cargo-deny that the spdx license expression used by this crate in Cargo.toml is deprecated.
cargo-deny
Cargo.toml
See https://spdx.org/licenses/LGPL-2.1.html
LGPL-2.1-only, or LGPL-2.1-or-later should be used instead.
I noticed while checking a project with
cargo-deny
that the spdx license expression used by this crate inCargo.toml
is deprecated.See https://spdx.org/licenses/LGPL-2.1.html
LGPL-2.1-only, or LGPL-2.1-or-later should be used instead.