1
0
Fork 0
mirror of https://github.com/dtolnay/cargo-expand.git synced 2025-04-06 22:37:38 +03:00

Pull in prettyplease array wrapping improvement

This commit is contained in:
David Tolnay 2025-03-13 10:54:00 -07:00
parent 9804ddf1c4
commit 56244a2bc4
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -646,9 +646,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "prettyplease"
version = "0.2.29"
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
dependencies = [
"proc-macro2",
"syn",