mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
aaaa
This commit is contained in:
parent
06e1c3bce1
commit
a7919c6da1
3 changed files with 2 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "prettyplease"]
|
||||
path = prettyplease
|
||||
url = git@github.com:dtolnay/prettyplease.git
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = ["./", "./prettyplease"]
|
||||
members = ["./", "./prettyplease-fork"]
|
||||
exclude = ["test-cases/*"]
|
||||
|
||||
[package]
|
||||
|
|
@ -14,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 = { path = "./prettyplease", features = ["verbatim"]}
|
||||
prettyplease = { path = "./prettyplease-fork", 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