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
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "prettyplease"]
|
||||
path = prettyplease
|
||||
url = git@github.com:dtolnay/prettyplease.git
|
||||
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -265,9 +265,7 @@ checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|||
|
||||
[[package]]
|
||||
name = "prettyplease"
|
||||
version = "0.1.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83fead41e178796ef8274dc612a7d8ce4c7e10ca35cd2c5b5ad24cac63aeb6c0"
|
||||
version = "0.1.23"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"syn",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
1
prettyplease
Submodule
1
prettyplease
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f13851352471d037e5cb33d06a8eb91c42a15c2e
|
||||
Loading…
Add table
Add a link
Reference in a new issue