From 76a2fe6f5e0ed8fac6a7c34ddbdc22999eec5b4e Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Fri, 15 Sep 2023 16:08:56 +0200 Subject: [PATCH] bump dependencies and version number --- Cargo.toml | 24 +++++++++++++----------- api/Cargo.toml | 2 +- book/src/01_getting_started.md | 2 +- iri/Cargo.toml | 2 +- sophia_doap.ttl | 4 ++++ 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a93965f..a84e8ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,10 @@ members = [ #"jsonld", "xml", ] +resolver = "2" [workspace.package] -version = "0.8.0-alpha.1" +version = "0.8.0-alpha.2" authors = ["Pierre-Antoine Champin "] edition = "2021" repository = "https://github.com/pchampin/sophia_rs" @@ -24,17 +25,18 @@ readme = "./README.md" license = "CECILL-B" keywords = ["rdf", "linked-data", "semantic-web", "w3c"] # no more than 5 + [workspace.dependencies] -sophia_api = { version = "0.8.0-alpha.1", path = "./api" } -sophia_c14n = { version = "0.8.0-alpha.1", path = "./c14n" } -sophia_inmem = { version = "0.8.0-alpha.1", path = "./inmem" } -sophia_iri = { version = "0.8.0-alpha.1", path = "./iri" } -sophia_isomorphism = { version = "0.8.0-alpha.1", path = "./isomorphism" } -sophia_resource = { version = "0.8.0-alpha.1", path = "./resource" } -sophia_rio = { version = "0.8.0-alpha.1", path = "./rio" } -sophia_term = { version = "0.8.0-alpha.1", path = "./term" } -sophia_turtle = { version = "0.8.0-alpha.1", path = "./turtle" } -sophia_xml = { version = "0.8.0-alpha.1", path = "./xml" } +sophia_api = { version = "0.8.0-alpha.2", path = "./api" } +sophia_c14n = { version = "0.8.0-alpha.2", path = "./c14n" } +sophia_inmem = { version = "0.8.0-alpha.2", path = "./inmem" } +sophia_iri = { version = "0.8.0-alpha.2", path = "./iri" } +sophia_isomorphism = { version = "0.8.0-alpha.2", path = "./isomorphism" } +sophia_resource = { version = "0.8.0-alpha.2", path = "./resource" } +sophia_rio = { version = "0.8.0-alpha.2", path = "./rio" } +sophia_term = { version = "0.8.0-alpha.2", path = "./term" } +sophia_turtle = { version = "0.8.0-alpha.2", path = "./turtle" } +sophia_xml = { version = "0.8.0-alpha.2", path = "./xml" } criterion = "0.5" lazy_static = "1.4.0" diff --git a/api/Cargo.toml b/api/Cargo.toml index abc7c1e9..a9cb4b91 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -37,4 +37,4 @@ serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] sophia_iri = { workspace = true, features = ["test_data"] } test-case.workspace = true -toml = "0.7.4" +toml = "0.8.0" diff --git a/book/src/01_getting_started.md b/book/src/01_getting_started.md index 5afa320a..8f032b89 100644 --- a/book/src/01_getting_started.md +++ b/book/src/01_getting_started.md @@ -6,7 +6,7 @@ Following a short example how to build a graph, mutate it and serialize it back. Add the sophia crate to your dependencies in `Cargo.toml` ```bash [dependencies] -sophia = "0.8.0-alpha.1" +sophia = "0.8.0-alpha.2" ``` diff --git a/iri/Cargo.toml b/iri/Cargo.toml index 7302c3f5..3d8f1794 100644 --- a/iri/Cargo.toml +++ b/iri/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] criterion.workspace = true -toml = "0.7.4" +toml = "0.8.0" [features] default = ["serde"] diff --git a/sophia_doap.ttl b/sophia_doap.ttl index 5bfe536d..d0bffd3d 100644 --- a/sophia_doap.ttl +++ b/sophia_doap.ttl @@ -41,6 +41,10 @@ foaf:name "Pierre-Antoine Champin". doap:release [ + doap:name "sophia-0.8.0-alpha.2"; + doap:revision "0.8.0-alpha.2"; + doap:created "2023-09-15"^^xsd:date; +],[ doap:name "sophia-0.8.0-alpha.1"; doap:revision "0.8.0-alpha.1"; doap:created "2023-05-24"^^xsd:date;