diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2021-08-26 11:26:03 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2021-08-26 15:29:27 +0200 |
| commit | 80b81adc63c4797cac217a586fb4054697a2c70e (patch) | |
| tree | 7938dba080aee2baf2e493b1ae774be9f54a18fc /Cargo.lock | |
| parent | 33fdb797f59421c7bbecaa4588ed5d7a31a9494a (diff) | |
| download | rust-80b81adc63c4797cac217a586fb4054697a2c70e.tar.gz rust-80b81adc63c4797cac217a586fb4054697a2c70e.zip | |
switch stage0.txt to stage0.json and add a tool to generate it
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9e0624c57ae..21b6e41dba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,6 +221,17 @@ name = "build_helper" 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" |
