Skip to content

Commit

Permalink
Release 0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Mar 3, 2024
1 parent bb1c934 commit 11d2fac
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.22.6"
version = "0.22.7"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down Expand Up @@ -35,7 +35,7 @@ malloc-usable-size = ["rust-librocksdb-sys/malloc-usable-size"]

[dependencies]
libc = "0.2"
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.18.0" }
rust-librocksdb-sys = { path = "librocksdb-sys", version = "0.18.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.18.0+8.11.3"
version = "0.18.1+8.11.3"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down

0 comments on commit 11d2fac

Please sign in to comment.