We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629d1d1 commit 68ed432Copy full SHA for 68ed432
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT"
11
edition = "2021"
12
13
[dependencies]
14
-bytemuck = { version = "1.16.1", features = ["derive", "extern_crate_alloc"] }
+bytemuck = { version = "1.18.0", features = ["derive", "extern_crate_alloc"] }
15
byteorder = "1.5.0"
16
heed = { version = "0.20.2", default-features = false }
17
log = "0.4.21"
0 commit comments