File: relax-quick-xml.diff

package info (click to toggle)
rust-gtk4-macros 0.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 244 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,13 +53,13 @@
 path = "tests/templates.rs"
 
 [dependencies.proc-macro-crate]
-version = "3.3"
+version = "3.2"
 
 [dependencies.proc-macro2]
 version = "1.0"
 
 [dependencies.quick-xml]
-version = "0.38"
+version = "0.36"
 optional = true
 
 [dependencies.quote]