diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 178fa904..f6b6ffa4 100644 --- a/lib/Cargo.toml +++ b/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"