You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 11d53ba removed license from Cargo.toml in favor of license-file, but this causes crates.io to show it as a "non-standard" license. I would recommend going the other way, using only the license field, but do make sure the file is still included in the package (cargo package --list).
Commit 11d53ba removed
license
fromCargo.toml
in favor oflicense-file
, but this causes crates.io to show it as a "non-standard" license. I would recommend going the other way, using only thelicense
field, but do make sure the file is still included in the package (cargo package --list
).See also: rust-lang/cargo#8537
The text was updated successfully, but these errors were encountered: