mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Update deps
This commit is contained in:
@@ -9,13 +9,13 @@ edition = "2021"
|
|||||||
ahash = "0.8.2"
|
ahash = "0.8.2"
|
||||||
anyhow = "1.0.66"
|
anyhow = "1.0.66"
|
||||||
clap = { version = "4.0.19", features = ["derive"] }
|
clap = { version = "4.0.19", features = ["derive"] }
|
||||||
itertools = "0.10.5"
|
itertools = "0.11"
|
||||||
ndarray = "0.15.6"
|
ndarray = "0.15.6"
|
||||||
nom = "7.1.1"
|
nom = "7.1.1"
|
||||||
strength_reduce = "0.2.4"
|
strength_reduce = "0.2.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.4.0"
|
criterion = "0.5.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
# Keep debug information in release for better flamegraphs
|
# Keep debug information in release for better flamegraphs
|
||||||
|
|||||||
Reference in New Issue
Block a user