adb3dec36b
Diff: https://github.com/o2sh/onefetch/compare/2.17.1...2.18.0 Changelog: https://github.com/o2sh/onefetch/blob/v2.18.0/CHANGELOG.md
26 lines
521 B
Diff
26 lines
521 B
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -2534,6 +2534,7 @@ dependencies = [
|
|
"typetag",
|
|
"winres",
|
|
"yaml-rust",
|
|
+ "zstd",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -4113,4 +4114,5 @@ checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
+ "pkg-config",
|
|
]
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -51,6 +51,7 @@ tokei = "12.1.2"
|
|
typetag = "0.2"
|
|
yaml-rust = "0.4.5"
|
|
parking_lot = "0.12"
|
|
+zstd = { version = "*", features = ["pkg-config"] }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5.1"
|