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 612e21c commit cd90437Copy full SHA for cd90437
Cargo.toml
@@ -111,7 +111,7 @@ required-features = ["async-std-runtime", "testing"]
111
112
[dependencies]
113
async-channel = { version = "1.6", optional = true }
114
-clap = { version = "4.0.10", optional = true }
+clap = { version = "3.2", optional = true }
115
futures = "0.3"
116
inventory = { version = "0.3", optional = true }
117
once_cell = "1.14"
0 commit comments