File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integrations/sentry-actix Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " sentry-actix"
3- version = " 0.5 .0"
3+ version = " 0.10 .0"
44authors = [" Sentry <hello@sentry.io>" ]
55license = " Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ NEW_VERSION="${2}"
1010echo " Current version: ${OLD_VERSION} "
1111echo " Bumping version: ${NEW_VERSION} "
1212
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
13+ VERSION_RE= ${VERSION // \. / \\ .}
14+ find . -name Cargo.toml -type f -exec sed -i ' ' - e " 1, /^version/ s/^version.* /version = \" ${ NEW_VERSION} \" /" {} \;
1515cargo update -p sentry
You can’t perform that action at this time.
0 commit comments