1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-21 17:11:08 +00:00

chore: cargo update after version bumps

This commit is contained in:
Rob Ede 2024-06-30 18:45:20 +01:00
parent 9f45be03e1
commit 4db4251b8f
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -169,3 +169,5 @@ if [ "$GH_RELEASE" = 'y' ] || [ "$GH_RELEASE" = 'Y' ]; then
fi fi
echo echo
cargo update >/dev/null 2>&1 || true