Skip to content

Commit

Permalink
pin into polars repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 15, 2023
1 parent 8417478 commit 1a99aeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ members = [
]

[workspace.dependencies]
polars = {path = "../polars/crates/polars", version = "*", default-features=false}
polars-core = {path = "../polars/crates/polars-core", version = "*", default-features=false}
polars-ffi = {path= "../polars/crates/polars-ffi", version = "*", default-features=false}
polars-plan = {path= "../polars/crates/polars-plan", version = "*", default-feautres=false}
polars-lazy = {path = "../polars/crates/polars-lazy", version = "*", default-features=false}
polars = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d", version = "*", default-features=false}
polars-core = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d", version = "*", default-features=false}
polars-ffi = {git= "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-features=false}
polars-plan = {git= "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-feautres=false}
polars-lazy = {git = "https://github.com/pola-rs/polars", rev="87203ef58b676a26a15cae79490ff7592924a27d",version = "*", default-features=false}

0 comments on commit 1a99aeb

Please sign in to comment.