Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit ac791f1

Browse files
committed
derive: bump proc-macro2 dependency to fix -Z minimal-versions
1 parent c06f032 commit ac791f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dxr/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ path = "tests/derive.rs"
1818
required-features = ["derive", "i8", "nil"]
1919

2020
[dependencies]
21-
dxr_derive = { workspace = true, optional = true }
2221
base64 = "0.22"
2322
quick-xml = { version = "0.37", features = ["serialize"] }
2423
serde = { version = "1.0.104", features = ["derive"] }
2524
thiserror = "1.0.30"
2625
winnow = "0.7"
2726

27+
# optional derive macro support
28+
dxr_derive = { workspace = true, optional = true }
29+
2830
# optional datetime crate integrations
2931
chrono = { version = "0.4", features = ["std"], default-features = false, optional = true }
3032
jiff = { version = "0.2", default-features = false, optional = true }

dxr_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository.workspace = true
1414
proc-macro = true
1515

1616
[dependencies]
17-
proc-macro2 = "1.0.36"
17+
proc-macro2 = "1.0.60"
1818
proc-macro-crate = "3.1.0"
1919
syn = "2.0"
2020
quote = "1.0.15"

0 commit comments

Comments
 (0)