Pull in prettyplease statement-position macro semicolon fix

This commit is contained in:
David Tolnay 2025-01-12 08:04:50 -08:00
parent a7409f2506
commit 987474b814
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ console = "0.15"
etcetera = "0.8"
fs-err = "3"
home = "0.5"
prettyplease = { version = "0.2.28", features = ["verbatim"] }
prettyplease = { version = "0.2.29", features = ["verbatim"] }
proc-macro2 = "1.0.80"
quote = { version = "1.0.35", default-features = false }
semver = "1"