Skip to content

Commit

Permalink
Fix: cmaze build by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ur-fault committed Sep 23, 2024
1 parent 6b90492 commit 9e467a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 cmaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pausable_clock = "^1.0.1"
rayon = "^1.6.0"
hashbrown = { version = "0.14", optional = true }
log = "0.4"
serde = "1"
serde = { version = "^1", features = ["derive"] }

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 9e467a8

Please sign in to comment.