Skip to content

Commit ede9797

Browse files
committed
update edition
1 parent e98e264 commit ede9797

File tree

3 files changed

+46
-47
lines changed

3 files changed

+46
-47
lines changed

Cargo.lock

Lines changed: 43 additions & 44 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
@@ -3,9 +3,9 @@
33
[package]
44
name = "fqkit"
55
version = "0.4.12"
6-
edition = "2021"
6+
edition = "2024"
77
authors = ["sharkLoc <mmtinfo@163.com>"]
8-
rust-version = "1.83.0"
8+
rust-version = "1.85.0"
99
homepage = "https://github.com/sharkLoc/fqkit"
1010
repository = "https://github.com/sharkLoc/fqkit"
1111
categories = ["science::bioinformatics::sequence-analysis","command-line-utilities"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Commands:
9797
help Print this message or the help of the given subcommand(s)
9898

9999
Global Arguments:
100-
-@, --threads <INT> threads number [default: 1]
100+
-@, --threads <INT> threads number [default: 4]
101101
--compress-level <INT> set gzip/bzip2/xz compression level 1 (compress faster) - 9 (compress better) for gzip/bzip2/xz output file, just work with option -o/--out [default: 6]
102102
--output-type <u|g|b|x> output type for stdout: 'g' gzip; 'b' bzip2; 'x' xz; 'u' uncompressed txt format [default: u
103103
--log <FILE> if file name specified, write log message to this file, or write to stderr

0 commit comments

Comments
 (0)