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:
@ -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 }
|
||||
|
Reference in New Issue
Block a user