Skip to content

Commit

Permalink
Alter order of deps in polars-error YAML to satisfy linter ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Jul 28, 2023
1 parent eda196c commit 24cccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ description = "Error definitions for the Polars DataFrame library"

[dependencies]
arrow.workspace = true
regex = { version = "1.6", optional = true }
object_store = { version = "0.6.0", default-features = false, optional = true }
regex = { version = "1.6", optional = true }
thiserror.workspace = true

0 comments on commit 24cccbc

Please sign in to comment.