]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Fixed patch
authorMatthias Geiger <matthias.geiger1024@tutanota.de>
Sat, 18 Jun 2022 19:05:20 +0000 (13:05 -0600)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Sat, 18 Jun 2022 19:05:20 +0000 (13:05 -0600)
src/size-format/debian/patches/dep-fixed.patch [deleted file]
src/size-format/debian/patches/relax-deps.patch [new file with mode: 0644]
src/size-format/debian/patches/series

diff --git a/src/size-format/debian/patches/dep-fixed.patch b/src/size-format/debian/patches/dep-fixed.patch
deleted file mode 100644 (file)
index b8b41e8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -10,5 +10,5 @@ categories = ["value-formatting"]
- readme = "README.md"
- [dependencies]
--num = { version = "0.2", default-features = false }
--generic-array = "0.12.0"
-\ No newline at end of file
-+num = { version = "0.*", default-features = false }
-+generic-array = "0.1*"
diff --git a/src/size-format/debian/patches/relax-deps.patch b/src/size-format/debian/patches/relax-deps.patch
new file mode 100644 (file)
index 0000000..e7568fe
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -21,8 +21,8 @@ categories = ["value-formatting"]
+ license = "MIT OR Apache-2.0"
+ repository = "https://github.com/aticu/size_format"
+ [dependencies.generic-array]
+-version = "0.12.0"
++version = "0.14"
+ [dependencies.num]
+-version = "0.2"
++version = "0.4"
+ default-features = false
index 43f6b1dfdcf347a927e0e1b4902cdb4215b5c128..bdddf05ae546555b06f7432fa9bd69cb4590599a 100644 (file)
@@ -1 +1 @@
-dep-fixed.patch
+relax-deps.patch