Skip to content

Commit 11d2fac

Browse files
committed
Release 0.22.7
1 parent bb1c934 commit 11d2fac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-rocksdb"
33
description = "Rust wrapper for Facebook's RocksDB embeddable database"
4-
version = "0.22.6"
4+
version = "0.22.7"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [
@@ -35,7 +35,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"]
3535

3636
[dependencies]
3737
libc = "0.2"
38-
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.18.0" }
38+
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.18.1" }
3939
serde = { version = "1", features = ["derive"], optional = true }
4040

4141
[dev-dependencies]

Diff for: librocksdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-librocksdb-sys"
3-
version = "0.18.0+8.11.3"
3+
version = "0.18.1+8.11.3"
44
edition = "2021"
55
rust-version = "1.75.0"
66
authors = [

0 commit comments

Comments
 (0)