Skip to content

v0.11.2: bump Dockerfile Rust toolchain to 1.88 - #49

Merged
guyte149 merged 1 commit into
masterfrom
fix/dockerfile-rust-1.88
May 6, 2026
Merged

v0.11.2: bump Dockerfile Rust toolchain to 1.88#49
guyte149 merged 1 commit into
masterfrom
fix/dockerfile-rust-1.88

Conversation

@guyte149

@guyte149 guyte149 commented May 6, 2026

Copy link
Copy Markdown
Owner

Summary

v0.11.1 bumped the Dockerfile pin from 1.83 to 1.85 to fix `feature edition2024 is required` from `clap_lex` / `cpufeatures`. The build got further but then hit `time 0.3.47`'s new MSRV:

```
error: rustc 1.85.1 is not supported by the following packages:
time@0.3.47 requires rustc 1.88.0
time-core@0.1.8 requires rustc 1.88.0
```

Bump to 1.88. Each `time` release ratchets on the strictest MSRV among (transitive) deps, so this is mostly a "follow upstream" maintenance task.

Versioned 0.11.1 → 0.11.2 (patch — release-infra fix only).

Made with Cursor

v0.11.1 bumped the pin from 1.83 to 1.85 to fix
`feature edition2024 is required` from clap_lex / cpufeatures, but
the next attempt on v0.11.1 immediately tripped on `time 0.3.47`'s
freshly raised MSRV:

    error: rustc 1.85.1 is not supported by the following packages:
      time@0.3.47 requires rustc 1.88.0
      time-core@0.1.8 requires rustc 1.88.0

Bump the pin to the version `time` actually wants. Each release
ratchets on the strictest MSRV among our (transitive) deps, so this
is mostly a "follow upstream" exercise.

Co-authored-by: Cursor <cursoragent@cursor.com>
@guyte149
guyte149 merged commit 4847770 into master May 6, 2026
2 checks passed
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