Skip to content

askama: update used rust toolchain#13237

Merged
DavidKorczynski merged 1 commit intogoogle:masterfrom
Kijewski:pr-askama-v0.14
Apr 21, 2025
Merged

askama: update used rust toolchain#13237
DavidKorczynski merged 1 commit intogoogle:masterfrom
Kijewski:pr-askama-v0.14

Conversation

@Kijewski
Copy link
Copy Markdown
Contributor

The next version of askama (v0.14) will need at least rust 1.83 to compile. The current toolchain shipped in docker is rust 1.81, so the project could not get fuzzed anymore.

This PR sets the used toolchain to 1.83.

Cc @GuillaumeGomez

Related issue: askama-rs/askama#405

The next version of askama (v0.14) will need at least rust 1.83 to
compile. The current toolchain shipped in docker is rust 1.81, so the
project could not get fuzzed anymore.

This PR sets the used toolchain to 1.83.
@github-actions
Copy link
Copy Markdown

Kijewski is either the primary contact or is in the CCs list of projects/askama.
Kijewski has previously contributed to projects/askama. The previous PR was #13127

@Kijewski
Copy link
Copy Markdown
Contributor Author

I am not sure if that is the right way to set the required rust version. I stole the diff from #12930.

The log output shows that the newest nightly release was used: step:7:331. I would be OK with that, too, but I guess that only means that the CI here, and in our cluster-fuzz config (rust.yml#L284-L314) don't work the same?

If someone more knowledgeable could please have a look?

Copy link
Copy Markdown
Collaborator

@DavidKorczynski DavidKorczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be good!

@DavidKorczynski DavidKorczynski merged commit cebe120 into google:master Apr 21, 2025
16 checks passed
@Kijewski Kijewski deleted the pr-askama-v0.14 branch April 21, 2025 20:25
srividya-p pushed a commit to srividya-p/oss-fuzz that referenced this pull request Apr 27, 2025
The next version of askama (v0.14) will need at least rust 1.83 to
compile. The current toolchain shipped in docker is rust 1.81, so the
project could not get fuzzed anymore.

This PR sets the used toolchain to 1.83.

Cc @GuillaumeGomez

Related issue: <askama-rs/askama#405>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants