Skip to content

Commit

Permalink
fix cargo files after bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon committed Jun 4, 2024
1 parent c448486 commit 8c4f559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ inherits = "release"
debug = true

[workspace.dependencies]
#[public-arrow]
raphtory-arrow = { version = "0.8.1", path = "raphtory-arrow" }
#[private-arrow]
# raphtory-arrow = { path = "raphtory-arrow-private", package = "raphtory-arrow-private" }
#[public-storage]
pometry-storage = { version = "0.8.1", path = "pometry-storage" }
#[private-storage]
# pometry-storage = { path = "pometry-storage-private", package = "pometry-storage-private" }
async-graphql = { version = "7.0.5", features = ["dynamic-schema"] }
async-graphql-poem = "7.0.5"
dynamic-graphql = "0.9.0"
Expand Down

0 comments on commit 8c4f559

Please sign in to comment.