diff options
| author | Aleksey Kliger <alklig@microsoft.com> | 2025-08-18 16:42:21 -0400 |
|---|---|---|
| committer | Aleksey Kliger <alklig@microsoft.com> | 2025-09-05 14:06:31 -0400 |
| commit | 095fa86a3ba30f4198c88ef300354391d3ab97e1 (patch) | |
| tree | 6494c2a99450b4fa4a935bd46bc6b246c5b26357 /compiler/rustc_codegen_ssa | |
| parent | fe55364329579d361b1ab565728bc033a7dba07e (diff) | |
| download | rust-095fa86a3ba30f4198c88ef300354391d3ab97e1.tar.gz rust-095fa86a3ba30f4198c88ef300354391d3ab97e1.zip | |
compiler: Add Windows resources to rustc-main and rustc_driver
Adds Windows resources with the rust version information to rustc-main.exe and rustc_driver.dll Sets the product description to "Rust Compiler" or "Rust Compiler (channel)" for non-stable channels
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index 57e1fee2c0a..afcfe82d68d 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -9,7 +9,7 @@ ar_archive_writer = "0.4.2" bitflags.workspace = true bstr = "1.11.3" # `cc` updates often break things, so we pin it here. Cargo enforces "max 1 semver-compat version -# per crate", so if you change this, you need to also change it in `rustc_llvm`. +# per crate", so if you change this, you need to also change it in `rustc_llvm` and `rustc_windows_rc`. cc = "=1.2.16" itertools.workspace = true pathdiff = "0.2.0" |
