Skip to content

Commit 2d9fd24

Browse files
committed
Updating to rs-0.43.1
1 parent 6fe4851 commit 2d9fd24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ napi = { version = "2.16.9", default-features = false, features = [
2020
"serde-json",
2121
] }
2222
napi-derive = { version = "2.16.11", default-features = false }
23-
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "f25ca0c14d984bc820c7910d216003edc57d1a3c", default-features = false }
24-
polars-io = { git = "https://github.com/pola-rs/polars.git", rev = "f25ca0c14d984bc820c7910d216003edc57d1a3c", default-features = false }
25-
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "f25ca0c14d984bc820c7910d216003edc57d1a3c", default-features = false }
23+
polars-core = { git = "https://github.com/pola-rs/polars.git", rev = "54218e7e35e3defd4b0801e820c56eea6b91e525", default-features = false }
24+
polars-io = { git = "https://github.com/pola-rs/polars.git", rev = "54218e7e35e3defd4b0801e820c56eea6b91e525", default-features = false }
25+
polars-lazy = { git = "https://github.com/pola-rs/polars.git", rev = "54218e7e35e3defd4b0801e820c56eea6b91e525", default-features = false }
2626
thiserror = "1"
2727
smartstring = { version = "1" }
2828
serde_json = { version = "1" }
@@ -158,7 +158,7 @@ features = [
158158
"http"
159159
]
160160
git = "https://github.com/pola-rs/polars.git"
161-
rev = "f25ca0c14d984bc820c7910d216003edc57d1a3c"
161+
rev = "54218e7e35e3defd4b0801e820c56eea6b91e525"
162162

163163
[build-dependencies]
164164
napi-build = "2.1.3"

0 commit comments

Comments
 (0)