We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11675d6 commit 8d5f8eaCopy full SHA for 8d5f8ea
Cargo.toml
@@ -13,7 +13,7 @@ log = "0.4"
13
regex = "1"
14
structopt = "0.3"
15
crates-index-diff = "7"
16
-reqwest = { version = "0.10.6", features = ["blocking", "json"] }# TODO: Remove blocking when async is ready
+reqwest = { version = "0.10.6", features = ["blocking", "json"] } # TODO: Remove blocking when async is ready
17
semver = { version = "0.9", features = ["serde"] }
18
slug = "=0.1.1"
19
env_logger = "0.7"
0 commit comments