chore: avoid accidentally using native tls again (#6086)

This commit is contained in:
Michael Neale
2025-12-12 11:35:52 +11:00
committed by GitHub
parent 469f99f9c9
commit 7dd244eff6
2 changed files with 31 additions and 0 deletions
+3
View File
@@ -36,4 +36,7 @@ run_clippy
echo ""
check_all_baseline_rules
echo ""
echo "🔒 Checking for banned TLS crates..."
"$SCRIPT_DIR/check-no-native-tls.sh"
echo ""
echo "✅ Done"