Skip to content

Commit

Permalink
mdbx-sys 12.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Sep 16, 2024
1 parent 114ff1a commit 52e1569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sealed = "0.5"
tempfile = { version = "3", optional = true }
thiserror = "1"

ffi = { package = "mdbx-sys", version = "=12.10.0", path = "./mdbx-sys" }
ffi = { package = "mdbx-sys", version = "=12.10.1", path = "./mdbx-sys" }

lifetimed-bytes = { version = "0.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion mdbx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbx-sys"
version = "12.10.0"
version = "12.10.1"
edition = "2021"
license = "MPL-2.0"
description = "Rust bindings for libmdbx."
Expand Down

0 comments on commit 52e1569

Please sign in to comment.