Skip to content

Commit

Permalink
chore(rust): Clean up workspace definition (pola-rs#9861)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jul 14, 2023
1 parent 1f440c8 commit 333d180
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
save-if: ${{ github.ref_name == 'main' }}

- name: Run cargo clippy
run: cargo clippy -- -D warnings
run: cargo clippy --all-targets -- -D warnings

rustfmt:
if: github.ref_name != 'main'
Expand Down
25 changes: 6 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,12 @@ resolver = "2"
members = [
"polars",
"polars-cli",
"polars/polars-core",
"polars/polars-io",
"polars/polars-time",
"polars/polars-utils",
"polars/polars-ops",
"polars/polars-algo",
"polars/polars-lazy",
"polars/polars-lazy/polars-plan",
"polars/polars-lazy/polars-pipe",
"polars/polars-sql",
"polars/polars-error",
"polars/polars-row",
"polars/polars-json",
"examples/read_csv",
"examples/read_json",
"examples/read_parquet",
"examples/read_parquet_cloud",
"examples/string_filter",
"examples/python_rust_compiled_function",
"polars/polars-*",
"polars/polars-lazy/polars-*",
"examples/*",
]
exclude = [
"examples/datasets",
]

[workspace.package]
Expand Down
1 change: 1 addition & 0 deletions polars/polars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ wasm-timer = "0.2.5"

[dev-dependencies]
bincode = "1"
serde_json = "1"

[package.metadata.docs.rs]
# not all because arrow 4.3 does not compile with simd
Expand Down

0 comments on commit 333d180

Please sign in to comment.