From 0b278a88a3f9fc5a767c987b1c9f4d473607bfbd Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 2 May 2021 09:48:27 +0200 Subject: [PATCH] Upgrades version to 0.3.0-dev --- lib/Cargo.toml | 2 +- python/Cargo.toml | 4 ++-- server/Cargo.toml | 4 ++-- testsuite/Cargo.toml | 4 ++-- wikibase/Cargo.toml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 920bd531..8f5f365d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph" -version = "0.2.3" +version = "0.3.0-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/python/Cargo.toml b/python/Cargo.toml index 53a68355..54c63034 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyoxigraph" -version = "0.2.3" +version = "0.3.0-dev" authors = ["Tpt"] license = "MIT OR Apache-2.0" readme = "README.md" @@ -16,7 +16,7 @@ name = "pyoxigraph" doctest = false [dependencies] -oxigraph = {version = "0.2", path="../lib", features = ["http_client"]} +oxigraph = {version = "0.3.0-dev", path="../lib", features = ["http_client"]} pyo3 = {version = "0.13", features = ["extension-module", "abi3-py36"]} native-tls = {version = "0.2", features = ["vendored"]} diff --git a/server/Cargo.toml b/server/Cargo.toml index 169d2462..83a22537 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_server" -version = "0.2.3" +version = "0.3.0-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -16,7 +16,7 @@ argh = "0.1" async-std = { version = "1", features = ["attributes"] } async-h1 = "2" http-types = "2" -oxigraph = { version = "0.2", path="../lib", features = ["http_client"] } +oxigraph = { version = "0.3.0-dev", path="../lib", features = ["http_client"] } rand = "0.8" url = "2" oxiri = "0.1" diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index 520d6e14..7bc6f773 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_testsuite" -version = "0.2.3" +version = "0.3.0-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "../README.md" @@ -15,7 +15,7 @@ publish = false anyhow = "1" argh = "0.1" chrono = "0.4" -oxigraph = { version = "0.2", path="../lib" } +oxigraph = { version = "0.3.0-dev", path="../lib" } text-diff = "0.4" [dev-dependencies] diff --git a/wikibase/Cargo.toml b/wikibase/Cargo.toml index 1106bc94..e095ea13 100644 --- a/wikibase/Cargo.toml +++ b/wikibase/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxigraph_wikibase" -version = "0.2.3" +version = "0.3.0-dev" authors = ["Tpt "] license = "MIT OR Apache-2.0" readme = "README.md" @@ -17,6 +17,6 @@ async-h1 = "2" chrono = "0.4" http-client = { version = "6", features = ["h1_client"] } http-types = "2" -oxigraph = { version = "0.2", path ="../lib", features = ["http_client"] } +oxigraph = { version = "0.3.0-dev", path ="../lib", features = ["http_client"] } serde_json = "1" url = "2" \ No newline at end of file