Skip to content

Commit

Permalink
fix: use non-exact version boundary for bytemuck
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuniru committed Sep 8, 2024
1 parent c33bdb9 commit b121785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ borsh = { version = "=1.5.1", features = ["derive"], optional = true }
# https://github.com/mongodb/bson-rust/pull/328
bson = { version = "=2.9.0", git = "https://github.com/djkoloski/bson-rust", branch = "add_into_vec", optional = true }
bytecheck = { version = "=0.6.12", optional = true }
bytemuck = { version = "=1.18.0", optional = true }
bytemuck = { version = "1.18.0", optional = true }
capnp = { version = "=0.19.6", optional = true }
cbor4ii = { version = "=0.3.2", features = [ "use_std", "serde1" ], optional = true }
ciborium = { version = "=0.2.2", optional = true }
Expand Down

0 comments on commit b121785

Please sign in to comment.