From 8925133f406581621dee30ca85dc2e193e7b2d60 Mon Sep 17 00:00:00 2001 From: Nicolas Luck Date: Fri, 16 Aug 2024 16:16:16 +0200 Subject: [PATCH] Explanatory comment for the wildcard patch version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 623aced1..dda4e74c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,8 +87,8 @@ ctrlc = { version = "3.4.4", optional = true } hostname = { version = "0.4.0", optional = true } libffi = { version = "3.2.0", optional = true } native-tls = { version = "0.2.12", optional = true } -// allow dependent crates to pick the patch version that works with other -// dependencies, while also updating to latest when possible +# allow dependent crates to pick the patch version that works with other +# dependencies, while also updating to latest when possible reqwest = { version = "0.11.*", optional = true } rustyline = { version = "14.0.0", optional = true } tokio = { version = "1.39.2", features = ["full"] } -- 2.54.0