From 41376b9dd3018c19b3e42f4b70c1df2328844588 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 30 Jan 2023 23:58:04 -0500 Subject: [PATCH] unpin zstd-sys --- Cargo.lock | 1 - Cargo.toml | 3 --- 2 files changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a408cb7..4394a57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,6 @@ dependencies = [ "xz2", "zip", "zstd", - "zstd-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6723e19..22b92c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,9 +33,6 @@ ubyte = { version = "0.10.3", default-features = false } xz2 = "0.1.7" zip = { version = "0.6.3", default-features = false, features = ["time"] } zstd = { version = "0.12.2", default-features = false } -# zstd-sys > 2.0.1 unconditionally enables thin LTO and causes CI to fail -# https://github.com/gyscos/zstd-rs/pull/155 -zstd-sys = "=2.0.1" [target.'cfg(unix)'.dependencies] time = { version = "0.3.17", default-features = false }