]> git.proxmox.com Git - cargo.git/commit
Auto merge of #11011 - hi-rustin:rustin-patch-tests, r=epage
authorbors <bors@rust-lang.org>
Mon, 22 Aug 2022 16:51:27 +0000 (16:51 +0000)
committerbors <bors@rust-lang.org>
Mon, 22 Aug 2022 16:51:27 +0000 (16:51 +0000)
commitfee1c7f2854398642129e848bfefa28fa721b614
tree6a2addf7369e8cc465bdaf728f5a8f8a5a36f78c
parent1ac83ba69614eb67c5255f36fd385f711b81e9e4
parent64e3991907cdfa1b3565f0fb94a3885ec12c6cf9
Auto merge of #11011 - hi-rustin:rustin-patch-tests, r=epage

Add more tests for aggressive or precise update

### What does this PR try to resolve?

When I was working on https://github.com/rust-lang/cargo/pull/10988, I found there is no test for the aggressive update. So I added it.

Also, I added a test for precise update to make sure it won't force update the deps of SPEC.
### How should we test and review this PR?

Unit tests.