Skip to content

Commit 3dc6d97

Browse files
committed
Remove async-compression dep on compile
We only need async-compression as a dev dep for the compression example!
1 parent 4ddc137 commit 3dc6d97

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

Cargo.lock

Lines changed: 0 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ genawaiter = { version = "0.99.1", features = ["futures03"] }
4242
iroh-base = "0.91.1"
4343
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4444
iroh-metrics = { version = "0.35" }
45-
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
4645
redb = { version = "=2.4", optional = true }
4746
reflink-copy = { version = "0.1.24", optional = true }
4847

@@ -61,7 +60,7 @@ tracing-test = "0.2.5"
6160
walkdir = "2.5.0"
6261
atomic_refcell = "0.1.13"
6362
iroh = { version = "0.91.1", features = ["discovery-local-network"]}
64-
async-compression = { version = "0.4.30", features = ["zstd", "tokio"] }
63+
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
6564
concat_const = "0.2.0"
6665

6766
[features]

0 commit comments

Comments
 (0)