Uses released OxHTTP version

pull/171/head
Tpt 3 years ago
parent fe4c330d22
commit 9952f1256d
  1. 2
      lib/Cargo.toml

@ -44,7 +44,7 @@ spargebra = { version = "0.1", path="../spargebra", features = ["rdf-star"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
sled = "0.34"
oxhttp = { git = "https://github.com/oxigraph/oxhttp", branch = "master", optional = true }
oxhttp = { version = "0.1", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3"

Loading…
Cancel
Save