We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eae7b1e + 39a84b9 commit a078c5bCopy full SHA for a078c5b
wayland-scanner/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Update `quick-xml` to 0.37
6
+
7
## 0.31.5 -- 2024-09-04
8
9
- Update `quick-xml` to 0.36
wayland-scanner/Cargo.toml
@@ -18,7 +18,7 @@ proc-macro = true
18
[dependencies]
19
proc-macro2 = "1.0.11"
20
quote = "1.0"
21
-quick-xml = "0.36.1"
+quick-xml = "0.37.0"
22
23
[dev-dependencies]
24
similar = "2"
0 commit comments