Skip to content

Commit

Permalink
Reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Feb 23, 2024
1 parent 6567fe8 commit c2fecaa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/uv-extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ thiserror = { workspace = true }
tokio = { workspace = true, features = ["io-util"] }
tokio-tar = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] }
tracing = { workspace = true }
zip = { workspace = true }
2 changes: 1 addition & 1 deletion crates/uv-extract/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async fn untar_in<R: tokio::io::AsyncRead + Unpin, P: AsRef<Path>>(
// symlink target instead.
#[cfg(windows)]
if file.header().entry_type().is_symlink() {
warn!(
tracing::warn!(
"Skipping symlink in tar archive: {}",
file.path()?.display()
);
Expand Down
Binary file removed pgpdump-1.5.tar.gz
Binary file not shown.
Binary file removed pgpdump-1.5.zip
Binary file not shown.

0 comments on commit c2fecaa

Please sign in to comment.