File: relax-deps.patch

package info (click to toggle)
rust-emath 0.32.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: relax dependency versions
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2025-08-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@
 optional = true
 
 [dependencies.document-features]
-version = "0.2.10"
+version = "0.2.7"
 optional = true
 
 [dependencies.mint]