Upgrades to RocksDB 7.10.2

pull/409/head
Tpt 2 years ago committed by Thomas Tanon
parent cbc24950e3
commit a271e39fa0
  1. 2
      .gitmodules
  2. 2
      Cargo.lock
  3. 2
      lib/Cargo.toml
  4. 2
      oxrocksdb-sys/Cargo.toml
  5. 2
      oxrocksdb-sys/rocksdb

2
.gitmodules vendored

@ -9,7 +9,7 @@
url = https://github.com/Tpt/bsbm-tools.git
[submodule "oxrocksdb-sys/rocksdb"]
path = oxrocksdb-sys/rocksdb
url = https://github.com/facebook/rocksdb.git
url = https://github.com/oxigraph/rocksdb.git
[submodule "oxrocksdb-sys/lz4"]
path = oxrocksdb-sys/lz4
url = https://github.com/lz4/lz4.git

2
Cargo.lock generated

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

@ -44,7 +44,7 @@ sparesults = { version = "0.1.6", path="sparesults", features = ["rdf-star"] }
[target.'cfg(not(target_family = "wasm"))'.dependencies]
libc = "0.2"
oxrocksdb-sys = { version = "0.3.11", path="../oxrocksdb-sys" }
oxrocksdb-sys = { version = "0.3.12-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.11"
version = "0.3.12-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"

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