Skip to content

Commit

Permalink
ci: need to activate the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Aug 2, 2024
1 parent 0f3fbdd commit 9d53b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ rustls = [

# use native-tls/openssl as TLS stack
native-tls = [
"openssl",
"axum-server/tls-openssl",
"reqwest/native-tls",
"tokio-tungstenite/native-tls",
Expand All @@ -117,5 +118,5 @@ update_check = [

# enable vendoring on crates supporting that
vendored = [
"openssl?/vendored"
"openssl?/vendored",
]

0 comments on commit 9d53b84

Please sign in to comment.