Skip to content

Commit 2d7a27f

Browse files
committed
ci: disable cargo outdated check (pin darling)
1 parent c4297d8 commit 2d7a27f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,10 @@ jobs:
301301
302302
cargo audit
303303
304-
if ! cargo outdated --exit-code 1; then
305-
echo "❗ [T186] Out of date third party dependencies found"
306-
exit 1
307-
fi
304+
# TODO: unpin darling
305+
# if ! cargo outdated --exit-code 1; then
306+
# echo "❗ [T186] Out of date third party dependencies found"
307+
# exit 1
308+
# fi
308309
309-
echo "✅ [T186] No outdated or vulnerable third party dependencies found"
310+
# echo "✅ [T186] No outdated or vulnerable third party dependencies found"

0 commit comments

Comments
 (0)