From f602f66b8771f05c43829261726b1f52e0fd7ee3 Mon Sep 17 00:00:00 2001 From: Tpt Date: Wed, 6 Oct 2021 18:41:38 +0200 Subject: [PATCH] Fixes OxHTTP importation --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 6d187419..85d626d8 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -12,7 +12,7 @@ SPARQL server based on Oxigraph edition = "2018" [dependencies] -oxhttp = { git = "https://github.com/oxigraph/oxhttp", branch = "master" } +oxhttp = "0.1" clap = "2" oxigraph = { version = "0.3.0-dev", path = "../lib", features = ["http_client"] } rand = "0.8"