Skip to content

Commit b7b619f

Browse files
committed
version 0.4.17
1 parent 83b497a commit b7b619f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

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

rsv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csv-txt-excel-parallel-toolkit"
3-
version = "0.4.16"
3+
version = "0.4.17"
44
edition = "2024"
55
authors = ["zhuang dai <ribbondz@163.com>"]
66
description = "A parallel and fast command line toolkit for small and large (>10G) CSV, TXT, and EXCEL files, with a unified api."

rsv/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use std::path::PathBuf;
2222
#[derive(Parser)]
2323
#[command(name = "rsv")]
2424
#[command(author = "ribbondz@163.com")]
25-
#[command(version = "0.4.14")]
25+
#[command(version = "0.4.17")]
2626
#[command(
2727
about = "A Rust command-line tool for handling both large and small CSV, TXT, and EXCEL files."
2828
)]

0 commit comments

Comments
 (0)