]> Repositorios git - scryer-prolog.git/commitdiff
Explanatory comment for the wildcard patch version
authorNicolas Luck <[email protected]>
Fri, 16 Aug 2024 14:16:16 +0000 (16:16 +0200)
committerNicolas Luck <[email protected]>
Fri, 16 Aug 2024 14:16:16 +0000 (16:16 +0200)
Cargo.toml

index 623aced1a4093be37c20836f8798b43313fb0204..dda4e74ce846f763add6fcbc618d8dac21161ace 100644 (file)
@@ -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"] }