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

Add missing LICENSE file in published version-ranges crates #267

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

musicinmybrain
Copy link
Contributor

Adds a symbolic link to the top-level LICENSE file, causing it to be included as a regular file in published version-ranges crates.

Before:

$ cargo publish --dry-run
$ tar -tvzf ../target/package/version-ranges-0.1.0.crate
-rw-r--r-- 0/0             108 1969-12-31 19:00 version-ranges-0.1.0/.cargo_vcs_info.json
-rw-r--r-- 0/0            1299 1969-12-31 19:00 version-ranges-0.1.0/Cargo.toml
-rw-r--r-- 0/0             600 2006-07-23 21:21 version-ranges-0.1.0/Cargo.toml.orig
-rw-r--r-- 0/0           46607 2006-07-23 21:21 version-ranges-0.1.0/src/lib.rs

After:

$ cargo publish --dry-run
$ tar -tvzf ../target/package/version-ranges-0.1.0.crate
-rw-r--r-- 0/0             108 1969-12-31 19:00 version-ranges-0.1.0/.cargo_vcs_info.json
-rw-r--r-- 0/0            1299 1969-12-31 19:00 version-ranges-0.1.0/Cargo.toml
-rw-r--r-- 0/0             600 2006-07-23 21:21 version-ranges-0.1.0/Cargo.toml.orig
-rw-r--r-- 0/0           16725 2006-07-23 21:21 version-ranges-0.1.0/LICENSE
-rw-r--r-- 0/0           46607 2006-07-23 21:21 version-ranges-0.1.0/src/lib.rs

@konstin konstin enabled auto-merge October 31, 2024 15:45
@konstin konstin added this pull request to the merge queue Oct 31, 2024
Merged via the queue into pubgrub-rs:dev with commit 216f3fd Oct 31, 2024
4 checks passed
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