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 f61b3f6 commit 5924f99Copy full SHA for 5924f99
Cargo.toml
@@ -13,8 +13,8 @@ edition = "2021"
13
[dependencies]
14
bytemuck = { version = "1.21.0", features = ["derive", "extern_crate_alloc"] }
15
byteorder = "1.5.0"
16
-heed = { version = "0.21.0", default-features = false }
17
-log = "0.4.22"
+heed = { version = "0.20.5", default-features = false }
+log = "0.4.26"
18
memmap2 = "0.9.5"
19
ordered-float = "4.6.0"
20
rand = { version = "0.8.5", features = ["alloc"] }
0 commit comments