Skip to content

Commit

Permalink
chore: disable http.check-revoke correctly
Browse files Browse the repository at this point in the history
Disable TLS certificate revocation check in .cargo/config.toml
in hope to fix the CI gremlins.
  • Loading branch information
mzabaluev committed Jun 20, 2024
1 parent f3f036c commit 793b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ rustflags = [
]

[http]
http.check-revoke = false
check-revoke = false

0 comments on commit 793b884

Please sign in to comment.