mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
fork prettyplease for verbatim fallback
This commit is contained in:
parent
fdfde615f6
commit
d4bd982cb7
4 changed files with 7 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[workspace]
|
||||
members = ["./", "./prettyplease"]
|
||||
exclude = ["test-cases/*"]
|
||||
|
||||
[package]
|
||||
|
|
@ -13,7 +14,7 @@ description = "A tool for minimizing rustc ICEs"
|
|||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
owo-colors = "3.5.0"
|
||||
prettyplease = "0.1.19"
|
||||
prettyplease = { path = "./prettyplease", features = ["verbatim"]}
|
||||
proc-macro2 = { version = "1.0.48", features = ["span-locations"] }
|
||||
quote = "1.0.23"
|
||||
rustfix = "0.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue