File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 92
92
}
93
93
block
94
94
} else {
95
- format ! ( "FROM {base} AS rust \n " )
95
+ format ! ( "FROM {base} AS {RUST} \n " )
96
96
}
97
97
}
98
98
}
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ const VSN: &str = env!("CARGO_PKG_VERSION");
40
40
41
41
const BUILDRS_CRATE_NAME : & str = "build_script_build" ;
42
42
43
- const RUST : & str = "rust" ;
44
- // const RUST: &str = "rust-base";
43
+ const RUST : & str = "rust-base" ;
45
44
46
45
// NOTE: this RUSTC_WRAPPER program only ever gets called by `cargo`, so we save
47
46
// ourselves some trouble and assume std::path::{Path, PathBuf} are UTF-8.
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ fn md_utils() {
209
209
fs:: write ( & tmp, format ! ( r#"this = "9494aa6093cd94c9"
210
210
deps = ["0dc1fe2644e3176a"]
211
211
contexts = [
212
- {{ name = "rust", uri = {LONG:?} }},
212
+ {{ name = "rust-base ", uri = {LONG:?} }},
213
213
{{ name = "input_src_lib_rs--rustversion-1.0.9", uri = "/home/maison/.cargo/registry/src/github.com-1ecc6299db9ec823/rustversion-1.0.9" }},
214
214
{{ name = "crate_out-...", uri = "/home/maison/code/thing.git/target/debug/build/rustversion-ae69baa7face5565/out" }},
215
215
]
You can’t perform that action at this time.
0 commit comments