Improves Homebrew build

pull/190/head
Tpt 3 years ago
parent 92a17e40df
commit 8aee8a50d9
  1. 1
      .github/workflows/release.yml
  2. 2
      server/Cargo.toml

@ -184,6 +184,7 @@ jobs:
publish_homebrew:
runs-on: ubuntu-latest
needs: publish_crates
steps:
- uses: actions/checkout@v2
with:

@ -15,7 +15,7 @@ edition = "2021"
oxhttp = { version = "0.1", features = ["rayon"] }
clap = { version = "3", features = ["derive"] }
oxigraph = { version = "0.3.0-beta.2", path = "../lib", features = ["http_client"] }
sparesults = { version = "0.1.0-beta.2", path="../lib/sparesults", features = ["rdf-star"] }
sparesults = { version = "0.1.0-beta.2", path = "../lib/sparesults", features = ["rdf-star"] }
rand = "0.8"
url = "2"
oxiri = "0.2"

Loading…
Cancel
Save