Skip to content

Commit 8a8b084

Browse files
Fix include patterns for version-ranges (#329)
* Fix include patterns for version-ranges - Remove `ranges.png` because it does not exist. - Add `LICENSE` because it needs to be distributed in the crate. - Add `README.md` because the top-level `Cargo.toml` for the `pubgrub` crate includes it - Change `src` to `src/**` to match the top-level `Cargo.toml` for the `pubgrub` crate, although this doesn’t currently seem to make a difference in practice. * Add number-line-ranges.svg referenced from the readme --------- Co-authored-by: konstin <konstin@mailbox.org>
1 parent c92a10a commit 8a8b084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
repository = "https://github.com/pubgrub-rs/pubgrub"
77
license = "MPL-2.0"
88
keywords = ["version", "pubgrub", "selector", "ranges"]
9-
include = ["ranges.png", "src"]
9+
include = ["LICENSE", "README.md", "number-line-ranges.svg", "src/**"]
1010

1111
[dependencies]
1212
proptest = { version = "1.6.0", optional = true }

0 commit comments

Comments
 (0)