File: fix-version.patch

package info (click to toggle)
rust-pete 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
--- rust-pete-0.13.0.orig/Cargo.toml
+++ rust-pete-0.13.0/Cargo.toml
@@ -63,4 +63,4 @@ version = "0.3.21"
 version = "0.3.19"
 
 [target.'cfg(target_arch = "x86_64")'.dependencies.memoffset]
-version = "0.9.1"
+version = ">= 0.8.0"