-
Notifications
You must be signed in to change notification settings - Fork 12
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
Timestamp issues for upstream crates on http repo #10
Comments
I am having the same issue, and it crops up when I do either of the following:
The only way I have found to fix it is to delete either the I have one dependency, but while I'm working on this crate, I'm also editing that dependency and one of its dependencies. As a result, I am pointing at a local version of it, and I have a line that replaces another crate down the line with a git version. You can see the repo here: https://github.com/paholg/monte-carlo-test/tree/01c2e4165e75e25963bc3cd7b21a5c6098db11c4 |
I have the same issue |
Okay sorry that I have not been on top of this; thanks to you two for noting that you are also encountering this (and for sharing your code in the casing where it is arising). |
I do not have very much to report here because I have not been able to narrow it down exactly.
I just wanted to make a note of the problem.
Here's the issue: I'm building a crate A and it has as build dependency on a different crate B.
https
location on github (though that may be a red herring), and.md
files, not.rs
files (thought that may be a red herring).All I know is that during the build of crate A, I am seeing:
(where the
src/svg/mod.md
is the code from crate B.)cargo clean
does nothing to fix this.(Or maybe this is somehow an artifact of my own messing with the multirust internal checkout of the crate in question? So many questions...)
The text was updated successfully, but these errors were encountered: