File: relax-deps.diff

package info (click to toggle)
rust-rxml-validation 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rxml-validation/Cargo.toml
===================================================================
--- rxml-validation.orig/Cargo.toml
+++ rxml-validation/Cargo.toml
@@ -21,7 +21,7 @@ license = "MIT"
 repository = "https://codeberg.org/jssfr/rxml"
 
 [dependencies.compact_str]
-version = "^0.7"
+version = "0.9"
 optional = true
 
 [features]