You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
I'm trying to vendor tokio-uds into Gecko since the git repo has fixes my code needs. cargo-vendor version 0.1.12 produces "package": null in the jSON, which causes Gecko build to fail:
0:01.99 error: failed to load source for a dependency on `log`
0:01.99
0:01.99 Caused by:
0:01.99 Unable to update registry https://github.com/rust-lang/crates.io-index
0:01.99
0:01.99 Caused by:
0:01.99 failed to update replaced source `registry https://github.com/rust-lang/crates.io-index`
0:01.99
0:01.99 Caused by:
0:01.99 failed to decode `.cargo-checksum.json` of tokio-uds v0.1.6
0:02.00
0:02.00 Caused by:
0:02.00 invalid type: unit value, expected a string at line 1 column 674
This crate is now included natively in Cargo as of rust-lang/cargo#6869 and today's nightly Rust. I'm closing all issues in this repository before I archive the repository, but if you're still interested in seeing this issue fixed then please feel free to file an issue with Cargo itself!
I'm trying to vendor tokio-uds into Gecko since the git repo has fixes my code needs. cargo-vendor version 0.1.12 produces
"package": null
in the jSON, which causes Gecko build to fail:.cargo-checksum.json:
The text was updated successfully, but these errors were encountered: