|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "oxigraph" |
|
|
|
|
version = "0.3.2" |
|
|
|
|
version = "0.3.3" |
|
|
|
|
authors = ["Tpt <thomas@pellissier-tanon.fr>"] |
|
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
|
readme = "README.md" |
|
|
|
@ -38,12 +38,12 @@ siphasher = "0.3" |
|
|
|
|
lazy_static = "1" |
|
|
|
|
sysinfo = "0.23" |
|
|
|
|
oxrdf = { version = "0.1.0", path="oxrdf", features = ["rdf-star"] } |
|
|
|
|
spargebra = { version = "0.2.0", path="spargebra", features = ["rdf-star"] } |
|
|
|
|
sparesults = { version = "0.1.0", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
spargebra = { version = "0.2.1", path="spargebra", features = ["rdf-star"] } |
|
|
|
|
sparesults = { version = "0.1.1", path="sparesults", features = ["rdf-star"] } |
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] |
|
|
|
|
libc = "0.2" |
|
|
|
|
oxrocksdb-sys = { version = "0.3.2", path="../oxrocksdb-sys" } |
|
|
|
|
oxrocksdb-sys = { version = "0.3.3", path="../oxrocksdb-sys" } |
|
|
|
|
oxhttp = { version = "0.1", optional = true } |
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies] |
|
|
|
|