Skip to content

Commit ff5f037

Browse files
committed
bump clap version
1 parent 2557486 commit ff5f037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

04_httpie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "cli_get"
1616

1717
[dependencies]
1818
anyhow = "1" # 错误处理
19-
clap = { version = "3.0.0-rc.7", features = ["derive"] } # 命令行解析
19+
clap = { version = "3.0.0-rc.9", features = ["derive"] } # 命令行解析
2020
colored = "2" # 命令终端多彩显示
2121
jsonxf = "1.1" # JSON pretty print 格式化
2222
mime = "0.3" # 处理 mime 类型

mid_term_rgrep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
anyhow = "1"
10-
clap = { version = "3.0.0-rc.7", features = ["derive"] }
10+
clap = { version = "3.0.0-rc.9", features = ["derive"] }
1111
colored = "2"
1212
glob = "0.3"
1313
itertools = "0.10"

0 commit comments

Comments
 (0)