Skip to content

Commit

Permalink
make stuff work
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 2, 2023
1 parent da30dfa commit 917f745
Show file tree
Hide file tree
Showing 15 changed files with 305 additions and 550 deletions.
77 changes: 49 additions & 28 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ float-ord = "0.3.2"
flume = "0.11.0"
parking_lot = "0.12.1"
fxhash = "0.2.1"
ahash = "0.8.3"
ahash = "0.8.6"
lazy_static = "1.4.0"
indexmap = { version = "2.0.2", features = ["rayon"] }
indexmap = { version = "2.1.0", features = ["rayon"] }
dashmap = { version = "5.5.3", features = ["rayon"] }
hashbrown = "0.14.1"
hashbrown = "0.14.2"
atomic_float = "0.1.0"
petgraph = "0.6.4"
bitflags = "2.4.1"
Expand Down
Loading

0 comments on commit 917f745

Please sign in to comment.