File: newer_liblzma

package info (click to toggle)
rust-niffler 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 15
file content (14 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use newer liblzma-sys
Forwarded: not-needed
--- niffler.orig/Cargo.toml
+++ niffler/Cargo.toml
@@ -52,7 +52,7 @@
 optional = true
 
 [dependencies.liblzma]
-version = "0.3"
+version = "0.4"
 optional = true
 
 [dependencies.thiserror]