diff --git a/Cargo.lock b/Cargo.lock index 134420b7..2c3b7759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "oxigraph" -version = "0.3.12" +version = "0.3.13-dev" dependencies = [ "criterion", "digest", @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "oxigraph_js" -version = "0.3.12" +version = "0.3.13-dev" dependencies = [ "console_error_panic_hook", "js-sys", @@ -1014,7 +1014,7 @@ dependencies = [ [[package]] name = "oxigraph_server" -version = "0.3.12" +version = "0.3.13-dev" dependencies = [ "anyhow", "assert_cmd", @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "oxigraph_testsuite" -version = "0.3.12" +version = "0.0.0" dependencies = [ "anyhow", "clap 4.0.32", @@ -1060,7 +1060,7 @@ checksum = "bb175ec8981211357b7b379869c2f8d555881c55ea62311428ec0de46d89bd5c" [[package]] name = "oxrdf" -version = "0.1.3" +version = "0.1.4-dev" dependencies = [ "lasso", "oxilangtag", @@ -1080,7 +1080,7 @@ dependencies = [ [[package]] name = "oxsdatatypes" -version = "0.1.0" +version = "0.1.1-dev" dependencies = [ "js-sys", "nom", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "pyoxigraph" -version = "0.3.12" +version = "0.3.13-dev" dependencies = [ "oxigraph", "pyo3", @@ -1663,7 +1663,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "sparesults" -version = "0.1.5" +version = "0.1.6-dev" dependencies = [ "json-event-parser", "oxrdf", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "spargebra" -version = "0.2.5" +version = "0.2.6-dev" dependencies = [ "oxilangtag", "oxiri", diff --git a/js/Cargo.toml b/js/Cargo.toml index ca9eff71..da585f85 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_js" -version = "0.3.12" +version = "0.3.13-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -14,7 +14,7 @@ crate-type = ["cdylib"] name = "oxigraph" [dependencies] -oxigraph = { version = "0.3.12", path="../lib" } +oxigraph = { version = "0.3.13-dev", path="../lib" } wasm-bindgen = "0.2" js-sys = "0.3" console_error_panic_hook = "0.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 78f47147..da32e256 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph" -version = "0.3.12" +version = "0.3.13-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -37,10 +37,10 @@ hex = "0.4" siphasher = "0.3" lazy_static = "1" sysinfo = "0.28" -oxrdf = { version = "0.1.3", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } -oxsdatatypes = { version = "0.1.0", path="oxsdatatypes" } -spargebra = { version = "0.2.5", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } -sparesults = { version = "0.1.5", path="sparesults", features = ["rdf-star"] } +oxrdf = { version = "0.1.4-dev", path="oxrdf", features = ["rdf-star", "oxsdatatypes"] } +oxsdatatypes = { version = "0.1.1-dev", path="oxsdatatypes" } +spargebra = { version = "0.2.6-dev", path="spargebra", features = ["rdf-star", "sep-0002", "sep-0006"] } +sparesults = { version = "0.1.6-dev", path="sparesults", features = ["rdf-star"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] libc = "0.2" diff --git a/lib/oxrdf/Cargo.toml b/lib/oxrdf/Cargo.toml index e9a52fc9..f32ec5a9 100644 --- a/lib/oxrdf/Cargo.toml +++ b/lib/oxrdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxrdf" -version = "0.1.3" +version = "0.1.4-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -21,7 +21,8 @@ rdf-star = [] rand = "0.8" oxilangtag = "0.1" oxiri = "0.2" -oxsdatatypes = { version = "0.1.0", path="../oxsdatatypes", optional = true } + +oxsdatatypes = { version = "0.1.1-dev", path="../oxsdatatypes", optional = true } lasso = { version = "0.6", features = ["inline-more"] } [package.metadata.docs.rs] diff --git a/lib/oxsdatatypes/Cargo.toml b/lib/oxsdatatypes/Cargo.toml index 77d95439..90c3edab 100644 --- a/lib/oxsdatatypes/Cargo.toml +++ b/lib/oxsdatatypes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxsdatatypes" -version = "0.1.0" +version = "0.1.1-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/lib/sparesults/Cargo.toml b/lib/sparesults/Cargo.toml index ce5d7397..dbc897ca 100644 --- a/lib/sparesults/Cargo.toml +++ b/lib/sparesults/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sparesults" -version = "0.1.5" +version = "0.1.6-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,7 +19,7 @@ rdf-star = ["oxrdf/rdf-star"] [dependencies] json-event-parser = "0.1" -oxrdf = { version = "0.1.3", path="../oxrdf" } +oxrdf = { version = "0.1.4-dev", path="../oxrdf" } quick-xml = "0.27" [package.metadata.docs.rs] diff --git a/lib/spargebra/Cargo.toml b/lib/spargebra/Cargo.toml index 07721fc8..29f0874b 100644 --- a/lib/spargebra/Cargo.toml +++ b/lib/spargebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spargebra" -version = "0.2.5" +version = "0.2.6-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -24,7 +24,7 @@ peg = "0.8" rand = "0.8" oxiri = "0.2" oxilangtag = "0.1" -oxrdf = { version = "0.1.3", path="../oxrdf" } +oxrdf = { version = "0.1.4-dev", path="../oxrdf" } [package.metadata.docs.rs] all-features = true diff --git a/python/Cargo.toml b/python/Cargo.toml index 0e1250d0..c0760224 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoxigraph" -version = "0.3.12" +version = "0.3.13-dev" authors = ["Tpt"] license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,5 +19,5 @@ doctest = false abi3 = ["pyo3/abi3-py37"] [dependencies] -oxigraph = { version = "0.3.12", path="../lib", features = ["http_client"] } +oxigraph = { version = "0.3.13-dev", path="../lib", features = ["http_client"] } pyo3 = { version = "0.18", features = ["extension-module"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index f842012f..1038ace2 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_server" -version = "0.3.12" +version = "0.3.13-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -17,8 +17,8 @@ anyhow = "1" oxhttp = { version = "0.1", features = ["rayon"] } clap = { version = "=4.0", features = ["derive"] } clap_lex = "=0.3.0" -oxigraph = { version = "0.3.12", path = "../lib", features = ["http_client"] } -sparesults = { version = "0.1.5", path = "../lib/sparesults", features = ["rdf-star"] } +oxigraph = { version = "0.3.13-dev", path = "../lib", features = ["http_client"] } +sparesults = { version = "0.1.6-dev", path = "../lib/sparesults", features = ["rdf-star"] } rand = "0.8" url = "2" oxiri = "0.2" diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 79d93394..d27837e3 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_testsuite" -version = "0.3.12" +version = "0.0.0" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "../README.md" @@ -15,7 +15,7 @@ publish = false anyhow = "1" clap = { version = "4", features = ["derive"] } time = { version = "0.3", features = ["formatting"] } -oxigraph = { version = "0.3.12", path="../lib" } +oxigraph = { path="../lib" } text-diff = "0.4" [dev-dependencies]