Upgrades version to 0.3.0-dev

pull/171/head
Tpt 4 years ago
parent 8427eb23c5
commit 0b278a88a3
  1. 2
      lib/Cargo.toml
  2. 4
      python/Cargo.toml
  3. 4
      server/Cargo.toml
  4. 4
      testsuite/Cargo.toml
  5. 4
      wikibase/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "oxigraph"
version = "0.2.3"
version = "0.3.0-dev"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
license = "MIT OR Apache-2.0"
readme = "README.md"

@ -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"]}

@ -1,6 +1,6 @@
[package]
name = "oxigraph_server"
version = "0.2.3"
version = "0.3.0-dev"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
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"

@ -1,6 +1,6 @@
[package]
name = "oxigraph_testsuite"
version = "0.2.3"
version = "0.3.0-dev"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
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]

@ -1,6 +1,6 @@
[package]
name = "oxigraph_wikibase"
version = "0.2.3"
version = "0.3.0-dev"
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
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"
Loading…
Cancel
Save