depot/third_party/nixpkgs/pkgs/by-name/ot/otadump/no-static.patch

13 lines
335 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 65be773..3499dee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ nom = "7.1.3"
nom-derive = "0.10.1"
prost = "0.11.8"
rayon = "1.7.0"
-rust-lzma = { version = "0.6.0", features = ["static"] }
+rust-lzma = "0.6.0"
sha2 = "0.10.6"
sync-unsafe-cell = "0.1.0"
tempfile = "3.6.0"