From 0df870e16685fe2a7ea39ae08ad29718752bc947 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Tue, 21 May 2024 05:57:03 +0300 Subject: [PATCH] new ng-rocksdb --- Cargo.lock | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 697f4d4..e48abb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "ng-rocksdb" version = "0.21.0" -source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9355119ae02dfc218b89f5b54b978adc6c3e6ece" +source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9fedf34e567e00c5f1a0d7dea4e613a445148e76" dependencies = [ "bindgen", "bzip2-sys", diff --git a/README.md b/README.md index 9088d5a..a1a8a3a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Read our [getting started guide](https://docs.nextgraph.org/en/getting-started/) - [Install Nodejs](https://nodejs.org/en/download/) - [Install LLVM](https://rust-lang.github.io/rust-bindgen/requirements.html) +On openbsd, for LLVM you need to choose llvm-17. + until this [PR](https://github.com/rustwasm/wasm-pack/pull/1271) is accepted, will have to install wasm-pack this way: ```