Skip to content

Commit 640a32c

Browse files
committed
0.129.0 release
also updated polars to latest upstream
1 parent 5b46a08 commit 640a32c

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qsv"
3-
version = "0.128.0" #:version
3+
version = "0.129.0" #:version
44
authors = ["Joel Natividad <joel@datHere.com>"]
55
description = "A high performance CSV data-wrangling toolkit."
66
documentation = "https://github.com/jqnatividad/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit"
@@ -263,7 +263,7 @@ calamine = { git = "https://github.com/tafia/calamine", rev = "6b41309" }
263263
# use modernized version of local_encoding
264264
local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }
265265
# use latest upstream version of polars with additional unreleased features/fixes
266-
polars = { git = "https://github.com/pola-rs/polars", rev = "4f0fe6c" }
266+
polars = { git = "https://github.com/pola-rs/polars", rev = "aa682db" }
267267

268268

269269
[features]

0 commit comments

Comments
 (0)