Skip to content

Commit

Permalink
Run: run/jgreth0/aoc24/24
Browse files Browse the repository at this point in the history
  • Loading branch information
codspeed-advent[bot] committed Dec 25, 2024
1 parent 603fe40 commit 2c30717
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 3 deletions.
140 changes: 137 additions & 3 deletions 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/jgreth0/aoc24", version = "0.1.20", package = "aoc24" }
# 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 2c30717

Please sign in to comment.