looser dependency versions#3
Open
Orycterope wants to merge 1 commit intoheim-rs:masterfrom
Open
Conversation
|
Bump. The |
|
Bump. This is still a problem. |
|
bump also |
|
Bump |
|
Bump, memchr "~2.3.0" conflicts with the newly released clap 3.0 when used along this crate |
|
heim-rs/heim seems to move on with the
|
|
Bump for |
jeremy-prater
added a commit
to jeremy-prater/simple-process-stats
that referenced
this pull request
Apr 20, 2022
Change upstream darwin-libproc to a fixed version See heim-rs/darwin-libproc#3
|
This is a blocker for me to using this crate, too many packages conflict with darwin-libproc; e.g. |
|
Any updates on this? In the meantime, we can solve the issue by adding this to your [patch.crates-io]
darwin-libproc = { git="https://github.com/Orycterope/darwin-libproc.git", branch="dependencies_versions" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the '~' from dependency versions.
The '~' operator is much more restrictive than the default caret operator.
I had conflicts on the memchr version because of your crate, even though I wasn' t even compiling it. I'm depending on
heimwhile compiling for windows, and heim depends on your crate only when compiling for macos, but because of the way cargo resolves its dependencies, this still caused dependency resolution to fail.