Skip to content

Commit

Permalink
bump bytemuck to the latest version since the previous one we were us…
Browse files Browse the repository at this point in the history
…ing got yanked
  • Loading branch information
irevoire committed Oct 1, 2024
1 parent 629d1d1 commit 68ed432
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 @@ -11,7 +11,7 @@ license = "MIT"
edition = "2021"

[dependencies]
bytemuck = { version = "1.16.1", features = ["derive", "extern_crate_alloc"] }
bytemuck = { version = "1.18.0", features = ["derive", "extern_crate_alloc"] }
byteorder = "1.5.0"
heed = { version = "0.20.2", default-features = false }
log = "0.4.21"
Expand Down

0 comments on commit 68ed432

Please sign in to comment.