Skip to content

Commit

Permalink
Release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Mar 28, 2024
1 parent 86f130b commit 88d642c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust-rocksdb"
description = "Rust wrapper for Facebook's RocksDB embeddable database"
version = "0.23.0"
version = "0.23.1"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down Expand Up @@ -36,7 +36,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"]

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

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-librocksdb-sys"
version = "0.19.0+9.0.0"
version = "0.19.1+9.0.0"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down

0 comments on commit 88d642c

Please sign in to comment.