fix rocksdb build and README

master
Niko PLP 1 month ago
parent a1afe93faf
commit 73b48d6749
  1. 2
      .cargo/config.toml
  2. 2
      Cargo.lock
  3. BIN
      nextgraph/.static/header.png
  4. 2
      nextgraph/README.md

@ -1,2 +0,0 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-Clink-arg=-Wl,--allow-multiple-definition"]

2
Cargo.lock generated

@ -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#95ec9536b1a4088cfa75aae2851df468e64aa451"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#9355119ae02dfc218b89f5b54b978adc6c3e6ece"
dependencies = [
"bindgen",
"bzip2-sys",

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

@ -1,5 +1,5 @@
<p align="center">
<img src="../.github/header.png" alt="nextgraph-header" />
<img src=".static/header.png" alt="nextgraph-header" />
</p>
# nextgraph

Loading…
Cancel
Save