mirror of https://github.com/zkat/miette.git
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:
parent
c203336d02
commit
59e97ae160
|
|
@ -11,6 +11,6 @@ repository = "https://github.com/zkat/miette"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0.60"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
syn = "2.0.11"
|
syn = "2.0.11"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue