Skip to content

Commit

Permalink
Use nd-vec from git
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Nov 26, 2023
1 parent 0ad9e14 commit b515ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion aoc_2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
common = { path = "../common" }
derive_more = "0.99.17"
hashbrown = "0.13.1"
nd_vec = { path = "../../nd-vec" }
nd_vec = { git = "https://github.com/Basicprogrammer10/nd-vec" }
num-traits = "0.2.15"
petgraph = "0.6.2"
rayon = "1.6.1"
2 changes: 1 addition & 1 deletion aoc_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
derive_more = "0.99.17"
nd_vec = { path = "../../nd-vec" }
nd_vec = { git = "https://github.com/Basicprogrammer10/nd-vec" }
num-traits = "0.2.17"

0 comments on commit b515ca9

Please sign in to comment.