Upgrades RocksDB to 8.0.0

pull/436/head
Tpt 2 years ago committed by Thomas Tanon
parent a164b268c2
commit cdf76307d9
  1. 2
      Cargo.lock
  2. 2
      lib/Cargo.toml
  3. 2
      oxrocksdb-sys/Cargo.toml
  4. 1
      oxrocksdb-sys/api/c.h
  5. 2
      oxrocksdb-sys/rocksdb

2
Cargo.lock generated

@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "oxrocksdb-sys"
version = "0.3.12-dev"
version = "0.3.14-dev"
dependencies = [
"bindgen",
"cc",

@ -44,7 +44,7 @@ sparesults = { version = "0.1.7-dev", path="sparesults", features = ["rdf-star"]
[target.'cfg(not(target_family = "wasm"))'.dependencies]
libc = "0.2"
oxrocksdb-sys = { version = "0.3.12-dev", path="../oxrocksdb-sys" }
oxrocksdb-sys = { version = "0.3.14-dev", path="../oxrocksdb-sys" }
oxhttp = { version = "0.1", optional = true }
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]

@ -1,6 +1,6 @@
[package]
name = "oxrocksdb-sys"
version = "0.3.12-dev"
version = "0.3.14-dev"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "GPL-2.0 OR Apache-2.0"
repository = "https://github.com/oxigraph/oxigraph/tree/main/oxrocksdb-sys"

@ -41,6 +41,7 @@ typedef enum rocksdb_status_subcode_t {
rocksdb_status_subcode_overwritten = 12,
rocksdb_status_subcode_txn_not_prepared = 13,
rocksdb_status_subcode_io_fenced = 14,
rocksdb_status_subcode_merge_operator_failed = 15,
} rocksdb_status_subcode_t;
typedef enum rocksdb_status_severity_t {

@ -1 +1 @@
Subproject commit 5d8d95191c4ce7dd3369f1ad62b3ce0b99007151
Subproject commit 740854a7b0c09450e67e5e29d9979e743485aebf
Loading…
Cancel
Save