Skip to content

Commit 31e4ddb

Browse files
committed
Change the LMDB source to point to mdb.master
1 parent 9db1ebc commit 31e4ddb

File tree

15 files changed

+15
-78
lines changed

15 files changed

+15
-78
lines changed

β€Ž.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
[submodule "lmdb-master3-sys/lmdb"]
2-
path = lmdb-master3-sys/lmdb
1+
[submodule "lmdb-master-sys/lmdb"]
2+
path = lmdb-master-sys/lmdb
33
url = https://github.com/LMDB/lmdb
4+
branch = mdb.master

β€ŽCargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["lmdb-master3-sys", "heed", "heed-traits", "heed-types"]
2+
members = ["lmdb-master-sys", "heed", "heed-traits", "heed-types"]

β€Žheed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ byteorder = { version = "1.4.3", default-features = false }
1616
heed-traits = { version = "0.7.0", path = "../heed-traits" }
1717
heed-types = { version = "0.7.2", path = "../heed-types" }
1818
libc = "0.2.139"
19-
lmdb-master3-sys = { version = "0.1.0", path = "../lmdb-master3-sys" }
19+
lmdb-master-sys = { version = "0.1.0", path = "../lmdb-master-sys" }
2020
once_cell = "1.16.0"
2121
page_size = "0.5.0"
2222
serde = { version = "1.0.151", features = ["derive"], optional = true }
@@ -36,7 +36,7 @@ url = "2.3.1"
3636
default = ["serde", "serde-bincode", "serde-json"]
3737

3838
# Use the provided version of LMDB instead of the one that is installed on the system.
39-
vendored = ["lmdb-master3-sys/vendored"]
39+
vendored = ["lmdb-master-sys/vendored"]
4040

4141
# The NO_TLS flag is automatically set on Env opening and
4242
# RoTxn implements the Sync trait. This allow the user to reference
File renamed without changes.

β€Žlmdb-master3-sys/Cargo.toml renamed to β€Žlmdb-master-sys/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "lmdb-master3-sys"
2+
name = "lmdb-master-sys"
33
# NB: When modifying, also modify html_root_url in lib.rs
44
version = "0.1.0"
55
authors = [
@@ -9,8 +9,8 @@ authors = [
99
]
1010
license = "Apache-2.0"
1111
description = "Rust bindings for liblmdb on the mdb.master3 branch."
12-
documentation = "https://docs.rs/lmdb-master3-sys"
13-
repository = "https://github.com/meilisearch/heed/tree/main/lmdb-master3-sys"
12+
documentation = "https://docs.rs/lmdb-master-sys"
13+
repository = "https://github.com/meilisearch/heed/tree/main/lmdb-master-sys"
1414
keywords = ["LMDB", "database", "storage-engine", "bindings", "library"]
1515
categories = ["database", "external-ffi-bindings"]
1616
edition = "2021"
@@ -19,7 +19,7 @@ edition = "2021"
1919
build = "build.rs"
2020

2121
[lib]
22-
name = "lmdb_master3_sys"
22+
name = "lmdb_master_sys"
2323

2424
[dependencies]
2525
libc = "0.2.139"
File renamed without changes.
File renamed without changes.

β€Žlmdb-master-sys/lmdb

Submodule lmdb added at 3947014

β€Žlmdb-master3-sys/src/bindings.rs renamed to β€Žlmdb-master-sys/src/bindings.rs

Lines changed: 4 additions & 68 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

β€Žlmdb-master3-sys/lmdb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)