about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2021-08-26 11:26:03 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2021-08-26 15:29:27 +0200
commit80b81adc63c4797cac217a586fb4054697a2c70e (patch)
tree7938dba080aee2baf2e493b1ae774be9f54a18fc /Cargo.lock
parent33fdb797f59421c7bbecaa4588ed5d7a31a9494a (diff)
downloadrust-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.lock11
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"