File: relax-bzip2.patch

package info (click to toggle)
rust-buffered-reader 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 356 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Daniel Kahn Gillmor
Forwarded: https://gitlab.com/sequoia-pgp/sequoia/-/merge_requests/1810

Allow building with bzip2 6.x

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@
 bench = false
 
 [dependencies.bzip2]
-version = ">= 0.4, < 0.6"
+version = ">= 0.4, < 0.7"
 optional = true
 
 [dependencies.flate2]