From d51020dcda81131510b10e490f82b4ac98f5d845 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 22 Nov 2024 09:58:15 +0200 Subject: [PATCH] fix rocksdb plugin on macos --- Cargo.lock | 4 ++-- ng-oxigraph/Cargo.toml | 2 +- ng-storage-rocksdb/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b91e7a..dd8a013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3429,8 +3429,8 @@ dependencies = [ [[package]] name = "ng-rocksdb" -version = "0.21.0-ngpreview.5" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#ce82c378b539368fd63711c214fc1844cb29d1dc" +version = "0.21.0-ngpreview.6" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#80a8765d16a23a1f60117b6a1f57da00fcbda60e" dependencies = [ "bindgen", "bzip2-sys", diff --git a/ng-oxigraph/Cargo.toml b/ng-oxigraph/Cargo.toml index 5594015..9f053ba 100644 --- a/ng-oxigraph/Cargo.toml +++ b/ng-oxigraph/Cargo.toml @@ -50,7 +50,7 @@ ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] libc = "0.2" -ng-rocksdb = { version = "0.21.0-ngpreview.5", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } +ng-rocksdb = { version = "0.21.0-ngpreview.6", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] getrandom = "0.2.8" diff --git a/ng-storage-rocksdb/Cargo.toml b/ng-storage-rocksdb/Cargo.toml index 5b0f77d..f38e1d5 100644 --- a/ng-storage-rocksdb/Cargo.toml +++ b/ng-storage-rocksdb/Cargo.toml @@ -20,4 +20,4 @@ ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" } git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git" branch = "master" features = [ ] -version = "0.21.0-ngpreview.5" +version = "0.21.0-ngpreview.6"