We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustls
1 parent b474036 commit 1f148c4Copy full SHA for 1f148c4
1 file changed
modules/openapi-generator/src/main/resources/rust/Cargo.mustache
@@ -90,7 +90,7 @@ google-cloud-token = "^0.1"
90
[features]
91
default = ["native-tls"]
92
native-tls = ["reqwest/native-tls"]
93
-rustls = ["reqwest/rustls-tls"]
+rustls-tls = ["reqwest/rustls-tls"]
94
{{/reqwest}}
95
{{#reqwestTrait}}
96
async-trait = "^0.1"
@@ -111,7 +111,7 @@ bon = { version = "2.3", optional = true }
111
112
113
114
115
{{#mockall}}
116
mockall = ["dep:mockall"]
117
{{/mockall}}
0 commit comments