fix apple silicon build of rocksdb

master
Niko PLP 2 days ago
parent ecf9b766d8
commit c969e49633
  1. 4
      Cargo.lock
  2. 2
      ng-oxigraph/Cargo.toml
  3. 2
      ng-storage-rocksdb/Cargo.toml

4
Cargo.lock generated

@ -3429,8 +3429,8 @@ dependencies = [
[[package]] [[package]]
name = "ng-rocksdb" name = "ng-rocksdb"
version = "0.21.0-ngpreview.4" version = "0.21.0-ngpreview.5"
source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#f1ce2e345f3d729350a02bcffb47c526674edd85" source = "git+https://git.nextgraph.org/NextGraph/rust-rocksdb.git?branch=master#ce82c378b539368fd63711c214fc1844cb29d1dc"
dependencies = [ dependencies = [
"bindgen", "bindgen",
"bzip2-sys", "bzip2-sys",

@ -50,7 +50,7 @@ ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" }
[target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies] [target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies]
libc = "0.2" libc = "0.2"
ng-rocksdb = { version = "0.21.0-ngpreview.4", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] } ng-rocksdb = { version = "0.21.0-ngpreview.5", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] }
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies] [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
getrandom = "0.2.8" getrandom = "0.2.8"

@ -20,4 +20,4 @@ ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" }
git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git" git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git"
branch = "master" branch = "master"
features = [ ] features = [ ]
version = "0.21.0-ngpreview.4" version = "0.21.0-ngpreview.5"

Loading…
Cancel
Save