Skip to content

Commit e449cc1

Browse files
committed
Update the heed version to v0.22
1 parent 55fb0e8 commit e449cc1

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
@@ -13,7 +13,7 @@ edition = "2021"
1313
[dependencies]
1414
bytemuck = { version = "1.21.0", features = ["derive", "extern_crate_alloc"] }
1515
byteorder = "1.5.0"
16-
heed = { version = "0.20.5", default-features = false }
16+
heed = { version = "0.22.0", default-features = false }
1717
log = "0.4.26"
1818
memmap2 = "0.9.5"
1919
ordered-float = "4.6.0"

0 commit comments

Comments
 (0)