Skip to content

Commit b1ed3ad

Browse files
carlosmnbilelmoussaoui
authored andcommitted
gtk4-macros: depend on proc-macro2 1.0.100
This version stablilised `Span::local_file()` which we now need. Without specifying the version, apps or other libraries might not have a new enough version and they might be able to compile.
1 parent a51c227 commit b1ed3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ blueprint = []
2323
[dependencies]
2424
quick-xml = {version = "0.39", optional = true}
2525
proc-macro-crate = "3.3"
26-
proc-macro2 = { version = "1.0", features = ["span-locations"] }
26+
proc-macro2 = { version = "1.0.100", features = ["span-locations"] }
2727
quote = "1.0"
2828
syn = {version = "2.0", features = ["full"]}
2929

0 commit comments

Comments
 (0)