1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-05-18 19:27:51 +02:00

chore: update to Rust edition 2024

This commit is contained in:
2025-05-18 11:56:50 +02:00
parent 3927359492
commit 8c5d280aa3
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
rust-version: ["1.84.1", "stable"]
rust-version: ["1.87.0", "stable"]
steps:
- uses: "actions/checkout@v4.2.2"