]> Repositorios git - scryer-prolog.git/commitdiff
Fix spelling of reqWest
authorNicolas Luck <[email protected]>
Thu, 22 Aug 2024 10:55:32 +0000 (12:55 +0200)
committerGitHub <[email protected]>
Thu, 22 Aug 2024 10:55:32 +0000 (12:55 +0200)
Co-authored-by: Bennet Bleßmann <[email protected]>
Cargo.toml

index 2216ad0ade6d038c3b6845a852b55977a7ae49bc..ddb6f239e2364996d8127a65e9285975f0b54974 100644 (file)
@@ -88,7 +88,7 @@ hostname = { version = "0.4.0", optional = true }
 libffi = { version = "3.2.0", optional = true }
 native-tls = { version = "0.2.12", optional = true }
 # the version requirement of reqwest is kept low for compatibility with old deno versions 
-# that pin request to 0.11.20
+# that pin reqwest to 0.11.20
 reqwest = { version = "0.11.0", optional = true }
 rustyline = { version = "14.0.0", optional = true }
 tokio = { version = "1.39.2", features = ["full"] }