Skip to content

Commit

Permalink
update no_std hashbrown dep
Browse files Browse the repository at this point in the history
  • Loading branch information
knickish committed May 27, 2024
1 parent 1768216 commit 5475868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ toml = []
no_std = ["dep:hashbrown"]

[dependencies]
hashbrown = { version = "0.12.3", optional = true }
hashbrown = { version = "0.14", optional = true }
nanoserde-derive = { path = "derive", version = "=0.2.0", optional = true }
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ron = []
no_std = ["dep:hashbrown"]

[dependencies]
hashbrown = { version = "0.12.3", optional = true }
hashbrown = { version = "0.14", optional = true }

0 comments on commit 5475868

Please sign in to comment.