bootstrap: convert build-manifest to use the new Tarball struct

This commit is contained in:
Pietro Albini
2020-11-26 16:52:20 +01:00
parent 3ffea60dd5
commit ddf82636c6
3 changed files with 146 additions and 88 deletions

View File

@@ -142,6 +142,7 @@ mod native;
mod run;
mod sanity;
mod setup;
mod tarball;
mod test;
mod tool;
mod toolstate;