diff --git a/Cargo.lock b/Cargo.lock index 8f5842d9e4d9943d24ebcde90533c90f13cc3a79..25884f7f9f34286cc511cbe62bfc1848e0600d0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14709,7 +14709,6 @@ dependencies = [ "winresource", "workspace", "zed_actions", - "zstd", ] [[package]] diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 2feb110be4bcb40173154fd467dabca0d038d941..64cd8982c928208fe80da363f9ac30b203fd9468 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -125,8 +125,6 @@ winresource = "0.1" [target.'cfg(target_os = "linux")'.dependencies] ashpd.workspace = true -# We don't use zstd in the zed crate, but we want to add this feature when compiling a desktop build of Zed -zstd = { workspace = true, features = [ "pkg-config" ] } [dev-dependencies] call = { workspace = true, features = ["test-support"] }