Skip to content

Commit 60ba66e

Browse files
修改 console 的依赖版本,解决可能出现的编译错误问题
1 parent 1ca2aae commit 60ba66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
[dependencies]
1212
argh = "0.1"
1313
indicatif = "0.16"
14-
console = "0.15"
14+
console = "0.16"
1515
notify = "4.0"
1616
toml = "0.5"
1717
regex = "1.5"

0 commit comments

Comments
 (0)