Update the heed version

This commit is contained in:
Kerollmops 2025-02-25 20:30:27 +01:00
parent f06218d316
commit 55aa75dccb
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

8
Cargo.lock generated
View File

@ -2398,7 +2398,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]] [[package]]
name = "heed" name = "heed"
version = "0.20.5" version = "0.20.5"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#01f3242791171c393dab153d2f6f2777867c89d0"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"byteorder", "byteorder",
@ -2415,12 +2415,12 @@ dependencies = [
[[package]] [[package]]
name = "heed-traits" name = "heed-traits"
version = "0.20.0" version = "0.20.0"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#01f3242791171c393dab153d2f6f2777867c89d0"
[[package]] [[package]]
name = "heed-types" name = "heed-types"
version = "0.20.1" version = "0.20.1"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#01f3242791171c393dab153d2f6f2777867c89d0"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -3466,7 +3466,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
[[package]] [[package]]
name = "lmdb-master-sys" name = "lmdb-master-sys"
version = "0.2.3" version = "0.2.3"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#01f3242791171c393dab153d2f6f2777867c89d0"
dependencies = [ dependencies = [
"cc", "cc",
"doxygen-rs", "doxygen-rs",