epage · GitHub

added 2 commits

August 6, 2026 12:15
This is to simplify the workflow for the time traveling aspect of `--publish-time`.
You can go into a repo and set a time and get the results as if it is
that time.
You don't need to look up the min-publish-age and do the math manually.
If there are multiple registries, that becomes even more difficult.
Granted, this is of limited use while it is a flag on `cargo
generate-lockfile`.
I could see moving this to `resolver.now` or something.

weihanglo

@epage epage mentioned this pull request

Aug 6, 2026

Merged

@weihanglo

@epage

@weihanglo

Merged via the queue into rust-lang:master with commit 57a3f42

Aug 7, 2026

29 checks passed

@epage

epage deleted the publish-time branch

August 7, 2026 14:05

pull Bot pushed a commit to pepe57/cargo that referenced this pull request

Aug 7, 2026
…lang#17328)
### What does this PR try to resolve?
One of the concerns is can we be transparent about how things are
resolving. We are already helped by
- error messages
- listing unused dependencies and how old they are
Now we'll report what the unused dependency is compared against.
Part of rust-lang#17009
### How to test and review this PR?
This is stacked on rust-lang#17327

Merged

rust-bors Bot pushed a commit to rust-lang/rust that referenced this pull request

Aug 8, 2026

pull Bot pushed a commit to LeeeeeeM/miri that referenced this pull request

Aug 9, 2026

Read the original on github.com ↗