-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use GNU format tarballs to support longer paths
This fixes errors related to paths being too long, which is common when using git dependencies. Note that cargo itself switched from UStar to GNU format in 2020. thread 'main' panicked at src/main.rs:290:32: called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "provided value is too long when setting path for some-crate-0.123.123/src/" }
- Loading branch information
1 parent
5fba6b7
commit f1987e9
Showing
3 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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