-
Notifications
You must be signed in to change notification settings - Fork 77
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 dependencies patch #86
Fix dependencies patch #86
Conversation
Similar issue rust-lang/cargo#5478 |
does this happen with rust v1.67? that's the current MSRV as given in the |
Yes |
Is this fix valid? @ralexstokes |
the thing is that this works just fine for me (e.g. if I try some of the other options listed in the things also work fine in the CI environment and Docker as well so I'm not sure why you are running into this issue... is there something non-standard about your rust installation perhaps? |
do you know if this works, just adding the |
What's ur Cargo version? Mine is Nothing non-standard, just |
Yeah it should works without the port, I changed it. |
it's the same as my also i would expect cargo to detect this but the MSRV is 1.67 so i don't want us to spend time with 1.66 -- can you verify the problem exists with 1.67 on your machine? you should be able to just |
Did that, have
|
hey @haythemsellami , sorry for the hassle here, this should no longer be an issue after #107 |
With
Cargo 1.66.0 (d65d197ad 2022-11-15)
the current dependencies patch is failing with:The same error for the other 2 patched dependencies.
The changes in the PR is a workaround instead of the double
/