Skip to content

docs: use a version requirement that does not go stale - #23

Merged
KeyCode17 merged 1 commit into
mainfrom
docs/readme-version-req
Aug 7, 2026
Merged

docs: use a version requirement that does not go stale#23
KeyCode17 merged 1 commit into
mainfrom
docs/readme-version-req

Conversation

@KeyCode17

Copy link
Copy Markdown
Owner

The install snippets pinned = "1.9", already a release behind once 1.10.0 published. Semantically fine (^1.9 resolves to 1.10.0) but it reads stale on the crate page, and correcting it would need a bump each time. = "1" resolves identically and never needs touching.

Docs only. Rides whatever ships next — no bump required for this.

The install snippets pinned `= "1.9"`, which was already a release behind
the moment 1.10.0 published — semantically fine (^1.9 resolves to 1.10.0)
but it reads as stale on a 1.10.0 crate page, and would need a version
bump of its own to correct each time.

`= "1"` resolves the same way and never needs touching.
@KeyCode17
KeyCode17 merged commit 6527d22 into main Aug 7, 2026
6 checks passed
@KeyCode17
KeyCode17 deleted the docs/readme-version-req branch August 7, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant