Skip to content

Commit

Permalink
chore: bump hashbrown to 0.15 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Jan 18, 2025
1 parent 3886e72 commit 6f9b4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions borsh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ borsh-derive = { path = "../borsh-derive", version = "~1.5.4", optional = true }

# hashbrown can be used in no-std context.
# NOTE: There is no reason to restrict use of older versions, but we don't want to get
# sudden breaking changes with an open range of versions, so we limit the range by not yet released 0.15.0 version:
hashbrown = { version = ">=0.11,<0.15.0", optional = true }
# sudden breaking changes with an open range of versions, so we limit the range by not yet released 0.16.0 version:
hashbrown = { version = ">=0.11,<0.16.0", optional = true }
bytes = { version = "1", optional = true }
bson = { version = "2", optional = true }

Expand Down

0 comments on commit 6f9b4f8

Please sign in to comment.