Skip to content

Commit 7462511

Browse files
committed
docs(issues): move issue #1787 spec to closed and fix stale background text
1 parent 5c6088e commit 7462511

1 file changed

Lines changed: 9 additions & 16 deletions

File tree

docs/issues/open/1787-evaluate-msrv-bump.md renamed to docs/issues/closed/1787-evaluate-msrv-bump.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
doc-type: issue
33
issue-type: task
4-
status: done
4+
status: closed
55
priority: p2
66
github-issue: 1787
7-
spec-path: docs/issues/open/1787-evaluate-msrv-bump.md
7+
spec-path: docs/issues/closed/1787-evaluate-msrv-bump.md
88
branch: "1787-evaluate-msrv-bump"
9-
related-pr: 1784
10-
last-updated-utc: 2026-05-20 12:00
9+
related-pr: 1815
10+
last-updated-utc: 2026-05-20 18:00
1111
semantic-links:
1212
skill-links:
1313
- create-issue
@@ -59,18 +59,11 @@ This dual nature creates a tension:
5959
Until the `bittorrent-*` crates are extracted, a single workspace MSRV applies to
6060
both classes, so the decision must be made with the extraction timeline in mind.
6161

62-
**This issue is currently blocked on #1669** (ongoing package restructuring).
63-
Several decisions that directly affect the MSRV strategy have not yet been made:
64-
65-
- Which packages will be extracted as independent crates.io libraries.
66-
- Final names for those packages.
67-
- Which packages will share a versioning lifecycle with the main tracker and which
68-
will evolve independently.
69-
- Publication targets and minimum toolchain expectations for downstream consumers.
70-
71-
The MSRV evaluation should be re-opened only after #1669 has settled these questions.
72-
Opening it sooner risks choosing a policy that becomes invalid once extraction scope
73-
is defined.
62+
The MSRV evaluation was unblocked and resolved in 2026-05-20: `rust-version = "1.88"` was chosen
63+
as the minimum floor that avoids `cargo update` regressions on the current lockfile. The long-term
64+
split policy (tracker app tracks recent stable; extracted `bittorrent-*` libraries keep a minimum
65+
MSRV) is documented in the Policy Decision section below and will be applied in a follow-up issue
66+
once #1669 closes.
7467

7568
## Policy Decision
7669

0 commit comments

Comments
 (0)