[roll] Roll fuchsia [devshell][rust-3p] Fix date calculation and intermediates for outdated releases

This ignores pre-releases and similar intermediates in the release
calculation. A release history of, e.g. this one,
- 0.1.0
- 0.2.0-prerelease-1
- 0.2.0-prerelease-2
- 0.2.0
now counts as two releases instead of four.
Also fix the date calculation in the outdated-ness to ensure negative
time spans are not possible (which was a potential edge case).

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1652935
Original-Original-Revision: 05745e3b29a84c05e0beb606b726871c9e9689d6
GitOrigin-RevId: cc0a00f1e9d43ec43a368126c1678202dc4970af
Change-Id: Ia279c758b0d73bb44451c72d5a10346d4e1e0f1d
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1658147
Cr-Commit-Position: refs/heads/main@{#194820}
1 file changed
tree: 7f192bea644b2aed22b792be19c3b0ce9680a4ea
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.