Skip to content

Commit cf9126b

Browse files
committed
update to version v0.2.14
1 parent 1854d71 commit cf9126b

11 files changed

Lines changed: 350 additions & 115 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fqkit"
3-
version = "0.2.13"
3+
version = "0.2.14"
44
edition = "2021"
55
authors = ["sharkLoc <mmtinfo@163.com>"]
66
rust-version = "1.65.0"
@@ -16,7 +16,8 @@ license = "GPL-3.0"
1616
anyhow = "1.0.75"
1717
bio = "1.0.0"
1818
chrono = "0.4.30"
19-
clap = { version = "4.0.18", features = ["derive"] }
19+
#clap = { version = "4.0.18", features = ["derive"] }
20+
clap = { version = "4.4.7", features = ["derive"] }
2021
colored = "2.0.4"
2122
env_logger = "0.10.0"
2223
flate2 = "1.0.24"
@@ -27,4 +28,5 @@ rand = "0.8.5"
2728
rand_pcg = "0.3.1"
2829
regex = "1.9.5"
2930
rgb = "0.8.36"
31+
term_size = "0.3.2"
3032
textplots = "0.8.4"

0 commit comments

Comments
 (0)