Skip to content

gamut-riff declares 1.0.0 but crates.io stops at 0.1.3 #546

Description

@justin13888

Found while correcting the README crates table for #425, and outside PR #526's boundary. Adjacent
to #527 but the opposite half of it, so filed separately rather than folded in: #527 is about
crates whose tags are missing though they are published; this is a crate whose manifest version
is ahead of everything published.

The gap

crates/gamut-riff/Cargo.toml:4 declares version = "1.0.0". The crates.io API for gamut-riff
returns, newest first:

version yanked published
0.1.3 no 2026-08-05
0.1.2 no 2026-07-21
0.1.1 no 2026-06-12
0.1.0 no 2026-06-01

So gamut-riff 1.0.0 exists only in this repository. Issue #186 (Release gamut-riff v1) is
closed, and the README's row for the crate reads stable (v1, #186) — true of the working tree,
not of anything a user can depend on. A caller writing gamut-riff = "1" gets a resolution failure;
the newest thing they can actually get is 0.1.3, a different major from the one the repository
calls stable.

It is exactly two crates, and only two

I checked every workspace crate's manifest version against the newest non-yanked crates.io version
(32 crates, cargo metadata --no-deps against the /api/v1/crates/<name>/versions endpoint,
2026-09-10). Thirty match exactly. The two that do not:

That every other crate agrees is what makes gamut-riff a defect rather than a policy: release-plz
normally publishes what the manifest declares, and here it did not.

Scope

Acceptance

Every publishable crate's manifest version is either published on crates.io or explicitly recorded
as awaiting its first publish, and gamut-riff's version, README row and release history agree.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions