We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbfe4d commit d5dd1beCopy full SHA for d5dd1be
scripts/bump-version.sh
@@ -11,4 +11,5 @@ echo "Current version: ${OLD_VERSION}"
11
echo "Bumping version: ${NEW_VERSION}"
12
13
perl -pi -e "s/^version = \".*\"/version = \"$NEW_VERSION\"/" Cargo.toml
14
+perl -pi -e "s/^version = \".*\"/version = \"$NEW_VERSION\"/" integrations/sentry-actix/Cargo.toml
15
cargo update -p sentry
0 commit comments