From 44004783bae11e51ee7fddeae8fe507e160dcb9d Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Mon, 22 Jan 2024 15:08:06 +0100 Subject: [PATCH] upgrade dep this is required to compile oxigraph with Sophia support --- testsuite/Cargo.toml | 2 +- turtle/Cargo.toml | 2 +- xml/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index b942192..87997f1 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -15,7 +15,7 @@ publish = false rio_api = { version = "0.8", path="../api" } rio_turtle = { version = "0.8", path="../turtle" } rio_xml = { version = "0.8", path="../xml" } -oxiri = "0.2" +oxiri = "0.2.3-alpha.1" permutohedron = "0.2" [dev-dependencies] diff --git a/turtle/Cargo.toml b/turtle/Cargo.toml index 0286428..e0a7175 100644 --- a/turtle/Cargo.toml +++ b/turtle/Cargo.toml @@ -21,5 +21,5 @@ generalized = ["rio_api/generalized"] [dependencies] oxilangtag = "0.1" -oxiri = "0.2" +oxiri = "0.2.3-alpha.1" rio_api = { version = "0.8", path="../api" } diff --git a/xml/Cargo.toml b/xml/Cargo.toml index dcdca52..80a7be7 100644 --- a/xml/Cargo.toml +++ b/xml/Cargo.toml @@ -20,6 +20,6 @@ default = [] [dependencies] oxilangtag = "0.1" -oxiri = "0.2" +oxiri = "0.2.3-alpha.1" rio_api = { version = "0.8", path="../api" } quick-xml = "0.28"