Skip to content

Commit 88d642c

Browse files
committed
Release 0.23.1
1 parent 86f130b commit 88d642c

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.23.0"
4+
version = "0.23.1"
55
edition = "2021"
66
rust-version = "1.75.0"
77
authors = [
@@ -36,7 +36,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"]
3636

3737
[dependencies]
3838
libc = "0.2"
39-
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.19.0" }
39+
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.19.1" }
4040
serde = { version = "1", features = ["derive"], optional = true }
4141

4242
[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.19.0+9.0.0"
3+
version = "0.19.1+9.0.0"
44
edition = "2021"
55
rust-version = "1.75.0"
66
authors = [

0 commit comments

Comments
 (0)