Skip to content

Commit

Permalink
Run: run/vslinko/adventofcode2024/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 50ec60f
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 2 deletions.
90 changes: 88 additions & 2 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/vslinko/adventofcode2024", version = "0.1.0", package = "solution" }
# 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"

0 comments on commit 50ec60f

Please sign in to comment.