Skip to content

Commit

Permalink
Merge pull request #136 from meilisearch/add_vendored
Browse files Browse the repository at this point in the history
Force vendoring of LMDB
  • Loading branch information
dureuill committed Nov 14, 2022
2 parents 0769717 + 301381e commit 7a4542b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heed"
version = "0.12.2"
version = "0.12.4"
authors = ["Kerollmops <[email protected]>"]
description = "A fully typed LMDB/MDBX wrapper with minimum overhead"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ byteorder = { version = "1.3.4", default-features = false }
heed-traits = { version = "0.7.0", path = "../heed-traits" }
heed-types = { version = "0.7.2", path = "../heed-types" }
libc = "0.2.80"
lmdb-rkv-sys = { git = "https://github.com/meilisearch/lmdb-rs", optional = true }
lmdb-rkv-sys = { git = "https://github.com/meilisearch/lmdb-rs", features = ["vendored"], optional = true }
mdbx-sys = { version = "0.7.1", optional = true }
once_cell = "1.5.2"
page_size = "0.4.2"
Expand Down

0 comments on commit 7a4542b

Please sign in to comment.