Skip to content

Commit

Permalink
build(rust): Fix path to polars-dylib crate in workspace (#20103)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Dec 2, 2024
1 parent 294afd6 commit c37938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ zstd = "0.13"
polars = { version = "0.44.2", path = "crates/polars", default-features = false }
polars-compute = { version = "0.44.2", path = "crates/polars-compute", default-features = false }
polars-core = { version = "0.44.2", path = "crates/polars-core", default-features = false }
polars-dylib = { version = "0.44.2", path = "crates/polars-dyn", default-features = false }
polars-dylib = { version = "0.44.2", path = "crates/polars-dylib", default-features = false }
polars-error = { version = "0.44.2", path = "crates/polars-error", default-features = false }
polars-expr = { version = "0.44.2", path = "crates/polars-expr", default-features = false }
polars-ffi = { version = "0.44.2", path = "crates/polars-ffi", default-features = false }
Expand Down

0 comments on commit c37938f

Please sign in to comment.