Merge pull request #5194 from c19/patch-1

proc-macro2 bump to 1.0.69 to fix unknown feature proc_macro_span_shrink
This commit is contained in:
Ed Page 2023-12-04 12:07:56 -06:00 committed by GitHub
commit 2e7c9d11a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ bench = false
[dependencies]
syn = { version = "2.0.8", features = ["full"] }
quote = "1.0.9"
proc-macro2 = "1.0.42"
proc-macro2 = "1.0.69"
heck = "0.4.0"
[features]