Skip to content

Commit

Permalink
Fix aHash issue on nightly by updating bson PR
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Feb 6, 2024
1 parent f72490f commit 48c772d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ alkahest = { version = "0.1.5", optional = true, features = [
"nightly",
] }
bebop = { version = "2.4.9", optional = true }
bincode1 = {package = "bincode", version = "1.3.3", optional = true }
bincode1 = { package = "bincode", version = "1.3.3", optional = true }
# Can't call it bincode2 because of a current issue of bincode2
bincode = {package = "bincode", version = "2.0.0-rc", optional = true }
bincode = { package = "bincode", version = "2.0.0-rc", optional = true }
bitcode = { version = "0.5.0", optional = true }
borsh = { version = "1.1.1", features = ["derive"], optional = true }
# TODO: Unfork after bson adds support for pre-warmed serialization buffers
# https://github.com/mongodb/bson-rust/pull/328
bson = { version = "2.6.0", git = "https://github.com/djkoloski/bson-rust", branch = "master", optional = true }
bson = { version = "2.9.0", git = "https://github.com/djkoloski/bson-rust", branch = "add_into_vec", optional = true }
bytecheck = { version = "0.6.11", optional = true }
bytemuck = { version = "1.14.0", optional = true }
capnp = { version = "0.18.3", optional = true }
Expand Down

0 comments on commit 48c772d

Please sign in to comment.