-
-
Notifications
You must be signed in to change notification settings - Fork 181
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 support for the new cargo lockfile format #299
Comments
There's now a new cargo_update branch this updates the tarpaulin cargo dependency to 0.40.0 and may solve the issue. I'll try it myself when I've got time to but in the meantime if you test it and report back I can fast track the merge/release 👍 |
Same problem too |
@xd009642 I started a try build with tarpaulin from the new branch. It passed on all Rust versions. |
Awesome, well since it doesn't affect anything in terms of existing build functionality I've just pushed out another release. If you could try it out and confirm it now works this issue can be closed 😄 |
It's now released in 0.10.0 so closing this |
Recently cargo nightly started produces lockfiles with the new format (rust-lang/cargo#7579).
Tarpaulin fails to compile tests, if it encounters such a log file. One instance can be found here. Tarpaulin fails with this message:
In my case I run Tarpaulin on a library and therefore do not commit the lockfile, which is why nightly now uses the new lockfile format.
The text was updated successfully, but these errors were encountered: