From: Nicolas Luck Date: Fri, 16 Aug 2024 14:15:10 +0000 (+0200) Subject: Explanatory comment for the wildcard patch version X-Git-Tag: v0.10.0~116^2~4 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=2faab30af968f9504aab969e737d7287ed184418;p=scryer-prolog.git Explanatory comment for the wildcard patch version --- diff --git a/Cargo.toml b/Cargo.toml index ae1a6d00..623aced1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,6 +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 reqwest = { version = "0.11.*", optional = true } rustyline = { version = "14.0.0", optional = true } tokio = { version = "1.39.2", features = ["full"] }