Revert "trying to fix bindgen on alpine"

This reverts commit eb50e2c90f.
pull/25/head
Niko PLP 3 months ago
parent eb50e2c90f
commit 2bac7025fe
  1. 2
      ng-oxigraph/Cargo.toml
  2. 2
      ng-storage-rocksdb/Cargo.toml

@ -49,7 +49,7 @@ base64-url = "2.0.0"
[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.5", 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] [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.0-preview.1" }
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.5" version = "0.21.0-ngpreview.4"

Loading…
Cancel
Save