Skip to content

Commit

Permalink
Moved dep to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Jul 2, 2024
1 parent de92429 commit 700dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ reqwest = { workspace = true }

# python binding optional dependencies
pyo3 = { workspace = true, optional = true }
crossbeam-channel = "0.5.13"
crossbeam-channel = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }
Expand Down

0 comments on commit 700dab0

Please sign in to comment.