]> Repositorios git - scryer-prolog.git/commitdiff
Relax constraint on version of reqwest dependency (Cargo will pick the latest patch...
authorNicolas Luck <[email protected]>
Thu, 15 Aug 2024 20:40:35 +0000 (22:40 +0200)
committerNicolas Luck <[email protected]>
Thu, 15 Aug 2024 20:40:35 +0000 (22:40 +0200)
Cargo.toml

index 0ba4e9aa94dd3ff7e9cbc21bc8c890198c27eb26..328aadfdb23c87a475d5f7781e26300189f365a5 100644 (file)
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
 build = "build/main.rs"
 rust-version = "1.77"
 
-[lib]
+[lib]s
 crate-type = ["cdylib", "rlib"]
 
 [features]
@@ -87,7 +87,7 @@ 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 }
-reqwest = { version = "0.11.27", optional = true }
+reqwest = { version = "0.11.*", optional = true }
 rustyline = { version = "14.0.0", optional = true }
 tokio = { version = "1.39.2", features = ["full"] }
 warp = { version = "0.3.7", features = ["tls"], optional = true }