Skip to content

Commit

Permalink
Fix oxigraph dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Aug 10, 2024
1 parent 327f3c3 commit e596344
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ opcua = {version="0.12.0", features = ["vendored-openssl"]}
url = "2.5.2"

[patch.crates-io]
oxrdf = { git = 'https://github.com/magbak/oxigraph.git', rev = "70028ad09cfa29e62bce0d3920717c0a09b939d0"}
oxttl = { git = 'https://github.com/magbak/oxigraph.git', rev = "70028ad09cfa29e62bce0d3920717c0a09b939d0"}
oxrdfio = { git = 'https://github.com/magbak/oxigraph.git', rev = "70028ad09cfa29e62bce0d3920717c0a09b939d0"}
oxigraph = { git = 'https://github.com/magbak/oxigraph.git', rev = "70028ad09cfa29e62bce0d3920717c0a09b939d0"}
sparesults = { git = 'https://github.com/magbak/oxigraph.git', rev = "70028ad09cfa29e62bce0d3920717c0a09b939d0"}
oxrdf = { git = 'https://github.com/magbak/oxigraph.git', rev = "b13df973ed2785de2ac41066ca4b62d88d3f5d40"}
oxttl = { git = 'https://github.com/magbak/oxigraph.git', rev = "b13df973ed2785de2ac41066ca4b62d88d3f5d40"}
oxrdfio = { git = 'https://github.com/magbak/oxigraph.git', rev = "b13df973ed2785de2ac41066ca4b62d88d3f5d40"}
oxigraph = { git = 'https://github.com/magbak/oxigraph.git', rev = "b13df973ed2785de2ac41066ca4b62d88d3f5d40"}
sparesults = { git = 'https://github.com/magbak/oxigraph.git', rev = "b13df973ed2785de2ac41066ca4b62d88d3f5d40"}
#polars = { git = "https://github.com/pola-rs/polars.git", rev = "0c2b5d82fd2726df7d7b318e5c21581a27fffdba"}
#polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "0c2b5d82fd2726df7d7b318e5c21581a27fffdba"}

0 comments on commit e596344

Please sign in to comment.