From 0c7c4baa9b8f1b1679b98525ee6998ee351867e2 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Mon, 24 Jun 2024 22:22:19 +0300 Subject: [PATCH] upgrade ng-rocksd to ngpreview-4 --- 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 b680dae..4b1ef7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3448,8 +3448,8 @@ dependencies = [ [[package]] name = "ng-rocksdb" -version = "0.21.0-ngpreview.3" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#87f6cc1ec0bd265025d8afbee565e129aa0c2273" +version = "0.21.0-ngpreview.4" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#e566341c319eead6637b1aecce5e92136e946ae5" dependencies = [ "bindgen", "bzip2-sys", diff --git a/ng-oxigraph/Cargo.toml b/ng-oxigraph/Cargo.toml index 427b7fc..031375f 100644 --- a/ng-oxigraph/Cargo.toml +++ b/ng-oxigraph/Cargo.toml @@ -49,7 +49,7 @@ base64-url = "2.0.0" [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] libc = "0.2" -ng-rocksdb = { version = "0.21.0-ngpreview.3", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } +ng-rocksdb = { version = "0.21.0-ngpreview.4", 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 06484bc..eb32b25 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.0-preview.1" } git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git" branch = "master" features = [ ] -version = "0.21.0-ngpreview.3" +version = "0.21.0-ngpreview.4"