Skip to content

Commit

Permalink
Unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Dec 24, 2024
1 parent f52e852 commit 27adf05
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
51 changes: 26 additions & 25 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ raw-window-handle = "0.6"
rayon = "1"
renderdoc-sys = "1.1.0"
ron = "0.8"
rustc-hash = "2.1.0"
serde = "1"
# rustc-hash 2.0 is a completely different hasher with different performance characteristics
serde_json = "1.0.134"
rustc-hash = "1"
serde = "1"
smallvec = "1"
static_assertions = "1.1.0"
strum = { version = "0.26.0", features = ["derive"] }
Expand Down

0 comments on commit 27adf05

Please sign in to comment.