Skip to content

Commit

Permalink
chore: update source repo for async-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Sep 25, 2024
1 parent e665183 commit b542021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion src/common/compress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = { workspace = true }

[dependencies]
# Temp workaround, should come back to tagged version after https://github.com/Nemo157/async-compression/issues/150 resolved.
async-compression = { git = "https://github.com/everpcpc/async-compression", rev = "dc81082", features = [
async-compression = { git = "https://github.com/datafuse-extras/async-compression", rev = "dc81082", features = [
"futures-io",
"all-algorithms",
] }
Expand Down

0 comments on commit b542021

Please sign in to comment.