Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin rust toolchain version #3836

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Pin rust toolchain version #3836

merged 2 commits into from
Dec 4, 2024

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Dec 3, 2024

This ensures that a specific (1.76) rust version is used. More recent versions break the time version currently used:

<failure>
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`

The time crate will need to be upgraded separately (cannot simply be bumped to 0.3.35 without other breakages).

This ensures that a specific (`1.76`) rust version is used. More recent
versions break the `time` version currently used:

```
<failure>
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
```
@nmattia nmattia requested a review from a team as a code owner December 3, 2024 16:59
@reigj1 reigj1 enabled auto-merge (squash) December 3, 2024 17:06
@reigj1 reigj1 merged commit 50e4c4b into master Dec 4, 2024
4 checks passed
@reigj1 reigj1 deleted the nm-pin-toolchain branch December 4, 2024 10: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.

2 participants