X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=ce7073886c20e95658065773511c7a05174d5274;hb=7c23ff278ee1314b8cb30ec37b04c686f47056ad;hp=dedfe45aca49bd807af07a9b573d245375e98bbd;hpb=63cfbf5d9f402357c0eaf8923363a4ea26942ec0;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index dedfe45aca4..ce7073886c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,11 +35,13 @@ members = [ "src/tools/expand-yaml-anchors", "src/tools/jsondocck", "src/tools/html-checker", + "src/tools/bump-stage0", ] exclude = [ "build", "compiler/rustc_codegen_cranelift", + "compiler/rustc_codegen_gcc", "src/test/rustdoc-gui", # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`. "obj",