We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446cde6 commit 2557486Copy full SHA for 2557486
04_httpie/Cargo.toml
@@ -16,7 +16,7 @@ name = "cli_get"
16
17
[dependencies]
18
anyhow = "1" # 错误处理
19
-clap = { version = "3.0.0-rc.5", features = ["derive"] } # 命令行解析
+clap = { version = "3.0.0-rc.7", features = ["derive"] } # 命令行解析
20
colored = "2" # 命令终端多彩显示
21
jsonxf = "1.1" # JSON pretty print 格式化
22
mime = "0.3" # 处理 mime 类型
mid_term_rgrep/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7
8
9
anyhow = "1"
10
-clap = { version = "3.0.0-rc.5", features = ["derive"] }
+clap = { version = "3.0.0-rc.7", features = ["derive"] }
11
colored = "2"
12
glob = "0.3"
13
itertools = "0.10"
0 commit comments