Patch heed to create multiple nested RoTxns

This commit is contained in:
Kerollmops
2025-02-03 08:53:27 +01:00
committed by Clément Renault
parent c29bdcae23
commit 6dcd739a8b
2 changed files with 7 additions and 8 deletions

View File

@@ -50,3 +50,6 @@ opt-level = 3
opt-level = 3
[profile.dev.package.roaring]
opt-level = 3
[patch.crates-io]
heed = { git = "https://github.com/meilisearch/heed", branch = "allow-nested-rtxn-from-wtxn" }