Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Jun 5, 2024
1 parent 4d06163 commit 561a4e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ tokio = { version = "1.32.1", features = ["rt-multi-thread", "rt"] }
log = "0.4.21"
#spargebra = { path = "../spargebra", features = ["rdf-star"]}
spargebra = { git = "https://github.com/DataTreehouse/spargebra", features = ["rdf-star"], tag = "v0.2.8" }
query_processing = { path = "../query_processing" }
#query_processing = { git = "https://github.com/DataTreehouse/query_processing", tag="v0.3.7"}
representation = { path = "../representation" }
#representation = { git = "https://github.com/DataTreehouse/representation", tag="v0.6.6"}
#query_processing = { path = "../query_processing" }
query_processing = { git = "https://github.com/DataTreehouse/query_processing", tag="v0.3.8"}
#representation = { path = "../representation" }
representation = { git = "https://github.com/DataTreehouse/representation", tag="v0.6.7"}
sparesults = { version = "0.1.8" }
oxrdf = { version = "0.1.7" }
reqwest = { version = "0.12.3", features = ["stream"] }
Expand Down
1 change: 0 additions & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
pgwire = "0.22.0"
chrontext = { path = "../chrontext" }
representation = { workspace = true }
#representation = { git = "https://github.com/DataTreehouse/representation.git", tag="v0.6.6" }
Expand Down
4 changes: 2 additions & 2 deletions py_chrontext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ postgres = { path = "../postgres" }
timeseries_query = {path="../timeseries_query"}
chrontext = { path = "../chrontext" }

representation = { path = "../../representation" }
#representation = { git = "https://github.com/DataTreehouse/representation", tag="v0.6.6"}
#representation = { path = "../../representation" }
representation = { git = "https://github.com/DataTreehouse/representation", tag="v0.6.7"}
pyo3 = { version = "0.21.2", features = ["extension-module"] }
pydf_io = { git = "https://github.com/DataTreehouse/pydf_io", tag = "v0.7.6" }
#pydf_io = { path = "../../pydf_io" }
Expand Down

0 comments on commit 561a4e0

Please sign in to comment.