]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #100352 - ehuss:update-cargo, r=ehuss
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 10 Aug 2022 05:21:40 +0000 (07:21 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Aug 2022 05:21:40 +0000 (07:21 +0200)
commitf6ce6aba6e464644d9bb8cb21e30f9d09078df61
tree868b2857f7eff95e744f8d250f1fbeed502e138c
parent3b97de6b1b43263bcf8917e55be3203c5021f0fc
parent0a31aa29e43c315520a5f0e18ce8045d7d009f31
Rollup merge of #100352 - ehuss:update-cargo, r=ehuss

Update cargo

7 commits in 4fd148c47e733770c537efac5220744945d572ef..ce40690a5e4e315d3dab0aae1eae69d0252c52ac
2022-08-03 15:03:52 +0000 to 2022-08-09 22:32:17 +0000
- Make the `rust-version` error recommend `cargo update --precise -p crate@ver` (rust-lang/cargo#10891)
- resolver docs: link to version requirements syntax full explanation (rust-lang/cargo#10946)
- Bump os_info to 3.5.0 (rust-lang/cargo#10943)
- Mark --timings=html unstable in the document (rust-lang/cargo#10941)
- Mention that aliases are recursive (rust-lang/cargo#10935)
- Test if reserved filenames are allowed in Windows (rust-lang/cargo#10322)
- improve error message for `no such subcommand` (rust-lang/cargo#10924)