diff options
| author | bors <bors@rust-lang.org> | 2024-03-11 17:19:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-11 17:19:06 +0000 |
| commit | 870e016b65465747b63018f1b14be13a5b09791a (patch) | |
| tree | 4d8dbdef8e1caedbcf5ba387ab6a7c833cb1e083 /compiler/rustc_codegen_gcc/example/std_example.rs | |
| parent | 6ff4e71a05621ef507a43927054694056b17e230 (diff) | |
| parent | a9858da1ec9c70afe26a014ed79959685dd43a28 (diff) | |
| download | rust-870e016b65465747b63018f1b14be13a5b09791a.tar.gz rust-870e016b65465747b63018f1b14be13a5b09791a.zip | |
Auto merge of #12430 - sanxiyn:direct-minimal-versions, r=Alexendoo
Fix dependency specifications As Clippy lacks `Cargo.lock`, it makes sense to test its dependency specifications with [direct-minimal-versions](https://doc.rust-lang.org/cargo/reference/unstable.html#direct-minimal-versions). This can be done with the following addition to `.cargo/config.toml`. ```toml [unstable] direct-minimal-versions = true ``` * `tempfile` 3.3 is required by `clippy_lints`. * `regex` 1.5.5 is required by `ui_test` 0.22.2. * `quote` 1.0.25 is required by `syn` 2.0.0. * `serde` 1.0.145 is required by `toml` 0.7.3. changelog: none
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions
