forked from libre-chip/fayalite
support redirecting subprocesses' stdout/stderr to print!() so it gets captured for rust tests
This commit is contained in:
parent
f32c0a7863
commit
efc3a539ed
6 changed files with 116 additions and 24 deletions
|
@ -25,6 +25,7 @@ hashbrown = "0.14.3"
|
|||
indexmap = { version = "2.2.6", features = ["serde"] }
|
||||
num-bigint = "0.4.4"
|
||||
num-traits = "0.2.16"
|
||||
os_pipe = "1.2.1"
|
||||
prettyplease = "0.2.20"
|
||||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue