Skip to content

Commit cd90437

Browse files
author
Andrew J Westlake
committed
Downgraded clap version to be compatible with MSRV
1 parent 612e21c commit cd90437

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
@@ -111,7 +111,7 @@ required-features = ["async-std-runtime", "testing"]
111111

112112
[dependencies]
113113
async-channel = { version = "1.6", optional = true }
114-
clap = { version = "4.0.10", optional = true }
114+
clap = { version = "3.2", optional = true }
115115
futures = "0.3"
116116
inventory = { version = "0.3", optional = true }
117117
once_cell = "1.14"

0 commit comments

Comments
 (0)