Skip to content

Commit

Permalink
Run: run/Tony-Samuels/aoc-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 3a747ee
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
60 changes: 59 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/Tony-Samuels/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 = "nightly-2024-12-01"

0 comments on commit 3a747ee

Please sign in to comment.