Auto merge of #121214 - weihanglo:update-cargo, r=weihanglo
Update cargo 12 commits in fc1d58fd0531a57a6b942a14cdcdbcb82ece16f3..7b7af3077bff8d60b7f124189bc9de227d3063a9 2024-02-09 15:54:29 +0000 to 2024-02-17 14:13:00 +0000 - Remove unnecessary `use` statement in metabuild (rust-lang/cargo#13455) - chore: Update snapbox (rust-lang/cargo#13441) - chore(deps): update openssl to 3.2.1 again (rust-lang/cargo#13449) - fix(test): Suggest `--` for libtest arguments (rust-lang/cargo#13448) - chore(ci): Drop MSRV:1 patch field (rust-lang/cargo#13442) - fix(add): Remove inconsistent period (rust-lang/cargo#13446) - fix(add): Ensure users know a feature is being created (rust-lang/cargo#13434) - Update tests for changes in latest nightly (rust-lang/cargo#13444) - docs: Minor clarification of build script metadata. (rust-lang/cargo#13436) - Fix old_cargos tests (rust-lang/cargo#13435) - Fix confusing error messages for sparse index replaced source (rust-lang/cargo#13433) - Enable edition migration for 2024 (rust-lang/cargo#13429)
This commit is contained in:
commit
1f8e824f11
3 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@ RUN yum upgrade -y && \
|
|||
openssl-devel \
|
||||
patch \
|
||||
perl \
|
||||
perl-core \
|
||||
pkgconfig \
|
||||
python3 \
|
||||
unzip \
|
||||
|
|
|
@ -25,6 +25,7 @@ RUN yum upgrade -y && \
|
|||
openssl-devel \
|
||||
patch \
|
||||
perl \
|
||||
perl-core \
|
||||
pkgconfig \
|
||||
python3 \
|
||||
unzip \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fc1d58fd0531a57a6b942a14cdcdbcb82ece16f3
|
||||
Subproject commit 7b7af3077bff8d60b7f124189bc9de227d3063a9
|
Loading…
Add table
Reference in a new issue