Skip to content

Commit

Permalink
Fix symlinks from extracting zip. Related to zip-rs/zip2#201
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jul 15, 2024
1 parent 4302e78 commit 3b34d39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ pubgrub = "0.2"
owo-colors = "4"
dirs = "5.0.0"
keyring = "3"
zip = "2"

# Use PR with symlink fix for Unix systems.
# zip = "2"
zip = { git = "https://github.com/nichmor/zip2.git", branch = "fix/soft-links-should-remain-the-same", version = "2.1.3" }

walkdir = "2"
symlink = "0.1.0"
fs_extra = "1.2"
Expand All @@ -87,4 +91,4 @@ strip = "symbols"


[profile.dev.package.backtrace]
opt-level = 3
opt-level = 3

0 comments on commit 3b34d39

Please sign in to comment.