Skip to content

Commit

Permalink
Run: run/ttschnz/advent_of_code_2024/2
Browse files Browse the repository at this point in the history
  • Loading branch information
codspeed-advent[bot] committed Dec 3, 2024
1 parent 7c7c9a4 commit 18728d3
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
52 changes: 51 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/ttschnz/advent_of_code_2024", version = "0.1.0", package = "advent_of_code_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 18728d3

Please sign in to comment.