Skip to content

Commit 8dbd045

Browse files
committed
gtk4-macros: Update to quick-xml 0.38
1 parent e88af34 commit 8dbd045

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gtk4-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ xml_validation = ["quick-xml"]
2121
blueprint = []
2222

2323
[dependencies]
24-
quick-xml = {version = "0.37", optional = true}
24+
quick-xml = {version = "0.38", optional = true}
2525
proc-macro-crate = "3.3"
2626
proc-macro2 = "1.0"
2727
quote = "1.0"
@@ -31,4 +31,4 @@ syn = {version = "2.0", features = ["full"]}
3131
futures-channel = "0.3"
3232
futures-util = "0.3"
3333
gtk.workspace = true
34-
trybuild2 = "1.0"
34+
trybuild2 = "1.0"

0 commit comments

Comments
 (0)