Skip to content

Commit

Permalink
point to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 17, 2023
1 parent 1a99aeb commit e77a624
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 = {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}
polars = {version = "0.33.2", default-features=false}
polars-core = {version = "0.33.2", default-features=false}
polars-ffi = {ersion = "0.33.2", default-features=false}
polars-plan = {version = "0.33.2", default-feautres=false}
polars-lazy = {version = "0.33.2", default-features=false}

0 comments on commit e77a624

Please sign in to comment.