Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license key in Cargo.toml #35

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

TimJentzsch
Copy link
Contributor

The Cargo manifest format requires a specific syntax for specifying the license key. MIT/Apache-2.0 is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in the Cargo reference format docs.

Instead, we now use MIT OR Apache-2.0, which is the intended way to write this license.

The Cargo manifest format requires a specific syntax for specifying the license key. `MIT/Apache-2.0` is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in [the Cargo reference format docs](https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields).

Instead, we now use `MIT OR Apache-2.0`, which is the intended way to write this license.
@idanarye idanarye merged commit 262904a into idanarye:main Jan 13, 2024
8 checks passed
@TimJentzsch TimJentzsch deleted the patch-1 branch January 13, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants