commit | 80b81adc63c4797cac217a586fb4054697a2c70e | [log] [tgz] |
---|---|---|
author | Pietro Albini <[email protected]> | Thu Aug 26 09:26:03 2021 |
committer | Pietro Albini <[email protected]> | Thu Aug 26 13:29:27 2021 |
tree | 7938dba080aee2baf2e493b1ae774be9f54a18fc | |
parent | 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [diff] [blame] |
switch stage0.txt to stage0.json and add a tool to generate it
diff --git a/Cargo.lock b/Cargo.lock index 9e0624c..21b6e41d 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -221,6 +221,17 @@ version = "0.1.0" [[package]] +name = "bump-stage0" +version = "0.1.0" +dependencies = [ + "anyhow", + "curl", + "serde", + "serde_json", + "toml", +] + +[[package]] name = "byte-tools" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index"