Skip to content

Commit

Permalink
Reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 29, 2024
1 parent 151b92a commit 79d643d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 5 deletions.
48 changes: 48 additions & 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ license = "MIT OR Apache-2.0"
anstream = { version = "0.6.5" }
anyhow = { version = "1.0.79" }
async-compression = { version = "0.4.6" }
async-std = {version = "1.6.0" }
async-tar = { version = "0.4.2" }
async_http_range_reader = { git = "https://github.com/baszalmstra/async_http_range_reader", rev = "8dab2c08ac864fec1df014465264f9a7c8eae905" }
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "d76801da0943de985254fc6255c0e476b57c5836", features = ["deflate"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/puffin-extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ workspace = true

[dependencies]
async-compression = { workspace = true, features = ["gzip"] }
# See: https://github.com/dignifiedquire/async-tar/pull/35
async-std = { workspace = true, features = ["unstable"] }
async-tar = { workspace = true }
async_zip = { workspace = true, features = ["tokio"] }
flate2 = { workspace = true }
Expand Down
5 changes: 0 additions & 5 deletions requirements.in

This file was deleted.

0 comments on commit 79d643d

Please sign in to comment.