Skip to content

use same rust version in every action#2426

Merged
marcoieni merged 1 commit intomainfrom
use-same-rust-version-in-every-action
Apr 20, 2026
Merged

use same rust version in every action#2426
marcoieni merged 1 commit intomainfrom
use-same-rust-version-in-every-action

Conversation

@marcoieni
Copy link
Copy Markdown
Member

@marcoieni marcoieni commented Apr 20, 2026

The Deploy job in #2425 failed with the following error:

error: rustc 1.94.1 is not supported by the following package:
  constant_time_eq@0.4.3 requires rustc 1.95.0
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.94.1

This PR fixes these issues because we use the same rust version in all workflows.

@marcoieni marcoieni force-pushed the use-same-rust-version-in-every-action branch from cdfc64d to 376e59e Compare April 20, 2026 08:10
@github-actions
Copy link
Copy Markdown

Dry-run check results

[WARN  rust_team::sync] sync-team is running in dry mode, no changes will be applied.
[INFO  rust_team::sync] synchronizing crates-io
[INFO  rust_team::sync] synchronizing github

@marcoieni marcoieni force-pushed the use-same-rust-version-in-every-action branch from 376e59e to c7931db Compare April 20, 2026 08:14
@marcoieni marcoieni marked this pull request as ready for review April 20, 2026 08:16
@marcoieni marcoieni added this pull request to the merge queue Apr 20, 2026
Merged via the queue into main with commit 0d7d915 Apr 20, 2026
4 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.

2 participants