Skip to content

Commit

Permalink
Run: run/FelixHartramf/aoc-2024/10
Browse files Browse the repository at this point in the history
  • Loading branch information
codspeed-advent[bot] committed Dec 11, 2024
1 parent 9a378ee commit 10caf08
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
53 changes: 52 additions & 1 deletion rust-runner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
paste = "1.0.0"
codspeed-criterion-compat = { version = "2.7.2", default-features = false }
solution = { git = "https://github.com/FelixHartramf/aoc-2024", version = "0.1.0", package = "aoc-2024" }
# solution = { git = "YOUR_SOLUTION_REPO_GOES_HERE" }

[[bench]]
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "stable"

0 comments on commit 10caf08

Please sign in to comment.