diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb9c8a2b..8488fe73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,6 +184,7 @@ jobs: publish_homebrew: runs-on: ubuntu-latest + needs: publish_crates steps: - uses: actions/checkout@v2 with: diff --git a/server/Cargo.toml b/server/Cargo.toml index 05916a80..de9d5d8c 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -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"