Skip to content

Commit d5dd1be

Browse files
committed
feat: Bump actix alongside
1 parent 5bbfe4d commit d5dd1be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bump-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ echo "Current version: ${OLD_VERSION}"
1111
echo "Bumping version: ${NEW_VERSION}"
1212

1313
perl -pi -e "s/^version = \".*\"/version = \"$NEW_VERSION\"/" Cargo.toml
14+
perl -pi -e "s/^version = \".*\"/version = \"$NEW_VERSION\"/" integrations/sentry-actix/Cargo.toml
1415
cargo update -p sentry

0 commit comments

Comments
 (0)