mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Pick up Expr::Assign formatting improvements
This commit is contained in:
parent
50380982ba
commit
d8f5bbc17d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -543,9 +543,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|||
|
||||
[[package]]
|
||||
name = "prettyplease"
|
||||
version = "0.2.18"
|
||||
version = "0.2.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43691bed4607592afec0d97723e6820211ce6b84089e082f04dbc882ea9379b8"
|
||||
checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"syn",
|
||||
|
|
|
@ -21,7 +21,7 @@ bat = { version = "0.24", default-features = false, features = ["paging", "regex
|
|||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
fs-err = "2"
|
||||
prettyplease = { version = "0.2.18", features = ["verbatim"] }
|
||||
prettyplease = { version = "0.2.19", features = ["verbatim"] }
|
||||
proc-macro2 = "1.0.80"
|
||||
quote = { version = "1.0.35", default-features = false }
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue