Skip to content

Commit

Permalink
enable serde in smallvec + hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Oct 16, 2024
1 parent ef16d19 commit 65ec635
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version = "0.21.0"

[dependencies]
ahash = "0.8"
hashbrown = { version = "0.14.5", default-features = false, features = ["serde"]}
anes = "0.2"
anyhow = "1.0"
argon2 = "0.5"
Expand Down Expand Up @@ -168,7 +169,7 @@ sha2 = { version = "0.10", default-features = false }
shared_memory = "0.12"
similar = "2"
slotmap = "1.0"
smallvec = "1.13"
smallvec = { version = "1.13", features = ["serde"] }
smart-default = "0.7"
stacker = "0.1"
static_assertions = "1"
Expand Down

0 comments on commit 65ec635

Please sign in to comment.