Fix minimal-versions build.

Due to changes in the nightly compiler, using a recent nightly
requires proc-macro2 1.0.60 or later:

https://github.com/dtolnay/proc-macro2/issues/356
This commit is contained in:
Bruce Mitchener 2023-09-18 21:29:15 +07:00
parent c203336d02
commit 59e97ae160
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ repository = "https://github.com/zkat/miette"
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
proc-macro2 = "1.0.60"
quote = "1.0"
syn = "2.0.11"