forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RocksDB to 8.6.7 (rust-rocksdb#825)
* Update RocksDB to 8.6.7 * comment docs
- Loading branch information
Showing
7 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: RocksDB CI | |
|
||
on: [push, pull_request] | ||
env: | ||
RUST_VERSION: 1.63.0 | ||
RUST_VERSION: 1.66.0 | ||
|
||
jobs: | ||
fmt: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rocksdb" | |
description = "Rust wrapper for Facebook's RocksDB embeddable database" | ||
version = "0.21.0" | ||
edition = "2018" | ||
rust-version = "1.63" | ||
rust-version = "1.66.0" | ||
authors = ["Tyler Neely <[email protected]>", "David Greenberg <[email protected]>"] | ||
repository = "https://github.com/rust-rocksdb/rust-rocksdb" | ||
license = "Apache-2.0" | ||
|
@@ -36,7 +36,7 @@ serde1 = ["serde"] | |
|
||
[dependencies] | ||
libc = "0.2" | ||
librocksdb-sys = { path = "librocksdb-sys", version = "0.12.0" } | ||
librocksdb-sys = { path = "librocksdb-sys", version = "0.13.0" } | ||
serde = { version = "1", features = [ "derive" ], optional = true } | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[package] | ||
name = "librocksdb-sys" | ||
version = "0.12.0+8.5.3" | ||
version = "0.13.0+8.6.7" | ||
edition = "2018" | ||
rust-version = "1.63" | ||
rust-version = "1.66.0" | ||
authors = ["Karl Hobley <[email protected]>", "Arkadiy Paronyan <[email protected]>"] | ||
license = "MIT/Apache-2.0/BSD-3-Clause" | ||
description = "Native bindings to librocksdb" | ||
|
@@ -38,6 +38,6 @@ uuid = { version = "1.0", features = ["v4"] } | |
|
||
[build-dependencies] | ||
cc = { version = "1.0", features = ["parallel"] } | ||
bindgen = { version = "0.65", default-features = false, features = ["runtime"] } | ||
bindgen = { version = "0.68", default-features = false, features = ["runtime"] } | ||
glob = "0.3" | ||
pkg-config = { version = "0.3", optional = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters