We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053a75 commit abeb209Copy full SHA for abeb209
1 file changed
packages/methods/shield-oidc/Cargo.toml
@@ -14,7 +14,7 @@ ignored = ["oauth2", "serde_json"]
14
[features]
15
default = []
16
native-tls = ["oauth2/native-tls", "openidconnect/native-tls"]
17
-rustls-tls = ["oauth2/rustls-tls", "openidconnect/native-tls"]
+rustls-tls = ["oauth2/rustls-tls", "openidconnect/rustls-tls"]
18
19
[dependencies]
20
async-trait.workspace = true
0 commit comments