Skip to content

Bump MSRV to 1.85 - #366

Merged
taiki-e merged 1 commit into
masterfrom
ci
Jan 20, 2026
Merged

Bump MSRV to 1.85#366
taiki-e merged 1 commit into
masterfrom
ci

Conversation

@taiki-e

@taiki-e taiki-e commented Jan 20, 2026

Copy link
Copy Markdown
Collaborator
  error: package `async-lock v3.4.2` cannot be built because it requires rustc 1.85 or newer, while the currently active rustc version is 1.71.1

```
  error: package `async-lock v3.4.2` cannot be built because it requires rustc 1.85 or newer, while the currently active rustc version is 1.71.1
```
@taiki-e
taiki-e merged commit 13df7f3 into master Jan 20, 2026
13 checks passed
@taiki-e
taiki-e deleted the ci branch January 20, 2026 14:10
@reneleonhardt

reneleonhardt commented Feb 2, 2026

Copy link
Copy Markdown

Readme shows 1.71.
Now that MSRV reached 1.85, are there plans to bump the edition, or to publish a new release since 2024?

@taiki-e taiki-e mentioned this pull request Feb 15, 2026
@xtqqczze

xtqqczze commented Aug 6, 2026

Copy link
Copy Markdown

It's kind of unnecessary to bump MSRV from 1.71 when you can just do:

cargo update -p async-lock --precise 3.4.1
cargo update -p async-signal@0.2 --precise 0.2.13

If we keep the minimal versions of dependencies updated this would make things easy: #385

@taiki-e

taiki-e commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator Author

It's kind of unnecessary to bump MSRV from 1.71 when you can just do:

cargo update -p async-lock --precise 3.4.1
cargo update -p async-signal@0.2 --precise 0.2.13

If we keep the minimal versions of dependencies updated this would make things easy: #385

See the previous discussion in smol-rs/async-io#93 (comment).

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants