Skip to content

Commit

Permalink
Merge pull request #628 from cgwalters/zstd-pkgconfig
Browse files Browse the repository at this point in the history
lib: use pkg-config feature for zstd
  • Loading branch information
jeckersb committed May 22, 2024
2 parents 6945225 + 2b4beaf commit 61ab1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1
tokio-util = { features = ["io-util"], version = "0.7" }
tokio-stream = { features = ["sync"], version = "0.1.8" }
tracing = "0.1"
zstd = "0.13.1"
zstd = { version = "0.13.1", features = ["pkg-config"] }

indoc = { version = "2", optional = true }
xshell = { version = "0.2", optional = true }
Expand Down

0 comments on commit 61ab1c6

Please sign in to comment.