Skip to content

Commit

Permalink
fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Sep 23, 2024
1 parent f93d818 commit 3dcf5e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions py-denormalized/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ datafusion = { workspace = true, features = [
"avro",
"unicode_expressions",
] }
datafusion-python = { path = "../../datafusion-python/" }
# datafusion-python = { git = "https://github.com/probably-nothing-labs/datafusion-python", branch = "denormalized-tweaks" }
# datafusion-python = { path = "../../datafusion-python/" }
datafusion-python = { git = "https://github.com/probably-nothing-labs/datafusion-python", branch = "denormalized-tweaks" }
tokio = { workspace = true, features = [
"macros",
"rt",
Expand Down

0 comments on commit 3dcf5e5

Please sign in to comment.