Skip to content

Commit

Permalink
Release 0.22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Mar 15, 2024
1 parent 4b9f604 commit 0bf18d7
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.7"
version = "0.22.8"
edition = "2021"
rust-version = "1.75.0"
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ portable = ["rust-librocksdb-sys/portable"]

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

0 comments on commit 0bf18d7

Please sign in to comment.