We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114ff1a commit 52e1569Copy full SHA for 52e1569
Cargo.toml
@@ -39,7 +39,7 @@ sealed = "0.5"
39
tempfile = { version = "3", optional = true }
40
thiserror = "1"
41
42
-ffi = { package = "mdbx-sys", version = "=12.10.0", path = "./mdbx-sys" }
+ffi = { package = "mdbx-sys", version = "=12.10.1", path = "./mdbx-sys" }
43
44
lifetimed-bytes = { version = "0.1", optional = true }
45
mdbx-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mdbx-sys"
3
-version = "12.10.0"
+version = "12.10.1"
4
edition = "2021"
5
license = "MPL-2.0"
6
description = "Rust bindings for libmdbx."
0 commit comments