Skip to content

Commit

Permalink
restore cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 6, 2024
1 parent c2d6eff commit 7fcdb87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ polars-ffi = { version = "0.41.0", default-features = false }
polars-plan = { version = "0.41.0", default-feautres = false }
polars-lazy = { version = "0.41.0", default-features = false }

# [patch.crates-io]
# polars = { git = "https://github.com/pola-rs/polars.git" }
# polars-core = { git = "https://github.com/pola-rs/polars.git" }
# polars-ffi = { git = "https://github.com/pola-rs/polars.git" }
# polars-plan = { git = "https://github.com/pola-rs/polars.git" }
# polars-lazy = { git = "https://github.com/pola-rs/polars.git" }
[patch.crates-io]
polars = { git = "https://github.com/pola-rs/polars.git" }
polars-core = { git = "https://github.com/pola-rs/polars.git" }
polars-ffi = { git = "https://github.com/pola-rs/polars.git" }
polars-plan = { git = "https://github.com/pola-rs/polars.git" }
polars-lazy = { git = "https://github.com/pola-rs/polars.git" }

0 comments on commit 7fcdb87

Please sign in to comment.