]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid
[rust.git] / Cargo.toml
index dedfe45aca49bd807af07a9b573d245375e98bbd..ce7073886c20e95658065773511c7a05174d5274 100644 (file)
@@ -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",