Skip to content

Commit fd70625

Browse files
committed
deps: use latest csvlens with marked row export
1 parent 7915987 commit fd70625

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,10 @@ csv-index = { git = "https://github.com/dathere/rust-csv", branch = "qsv-tuned"
312312
# use fork with updated redis 1.0 dependency & client-side caching features
313313
cached = { git = "https://github.com/nihohit/cached", branch = "client-side-caching" }
314314

315+
# use upstream of csvlens with new marked export feature
316+
csvlens = { git = "https://github.com/YS-L/csvlens", rev = "6b58904" }
315317
# use our patched fork of csvs_convert to bump dependencies until our PR is merged
318+
316319
csvs_convert = { git = "https://github.com/jqnatividad/csvs_convert", branch = "bump-rust_xlsxwriter-to-0.88", optional = true }
317320

318321
# use our patched fork of geosuggest to use the latest kiddo patch (see below).

0 commit comments

Comments
 (0)