Skip to content

Commit 68ed432

Browse files
committed
bump bytemuck to the latest version since the previous one we were using got yanked
1 parent 629d1d1 commit 68ed432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
edition = "2021"
1212

1313
[dependencies]
14-
bytemuck = { version = "1.16.1", features = ["derive", "extern_crate_alloc"] }
14+
bytemuck = { version = "1.18.0", features = ["derive", "extern_crate_alloc"] }
1515
byteorder = "1.5.0"
1616
heed = { version = "0.20.2", default-features = false }
1717
log = "0.4.21"

0 commit comments

Comments
 (0)