Compare commits

..

No commits in common. 'master' and 'no-need-create-local-broker' have entirely different histories.

  1. 2
      ng-oxigraph/Cargo.toml
  2. 2
      ng-storage-rocksdb/Cargo.toml

@ -50,7 +50,7 @@ ng-repo = { path = "../ng-repo", version = "0.1.1-alpha" }
[target.'cfg(all(not(target_family = "wasm"),not(docsrs)))'.dependencies]
libc = "0.2"
ng-rocksdb = { version = "0.21.0-ngpreview.7", git = "https://git.nextgraph.org/NextGraph/rust-rocksdb.git", branch = "master", features = [ ] }
ng-rocksdb = { version = "0.21.0-ngpreview.6", 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"

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

Loading…
Cancel
Save