Skip to content

Commit 81a09c2

Browse files
committed
Add serde to hashrbown
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 40043eb commit 81a09c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
# Dependencies we want to keep the same between workspace members
1616
[workspace.dependencies]
1717
ed25519-dalek = { version = "2.1.1", features = ["serde", "rand_core"] }
18-
hashbrown = "0.14.3"
18+
hashbrown = { version = "0.14.3", features = ["serde"] }
1919
rand_core = "0.6"
2020
rand = "0.8"
2121
rand_chacha = "0.3.1"

0 commit comments

Comments
 (0)