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

ci: test both MSRV and latest stable Rust versions

This commit is contained in:
2024-01-27 17:49:25 +01:00
parent 21433caf63
commit abcf7c5163
14 changed files with 114 additions and 30 deletions

View File

@ -1,7 +1,8 @@
[package]
name = "day_5"
version = "1.0.0"
edition = "2021"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
rayon = { workspace = true }