Skip to content

Commit 1383748

Browse files
committed
[meta] update dependencies
1 parent b5ff85d commit 1383748

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/cargo-release-publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set -xe -o pipefail
99
git checkout -B to-release
1010

1111
# --execute: actually does the release
12-
# --no-verify: doesn't build before releasing (this is because cargo publish might pull in new
13-
# versions of dependencies, which might have regressions)
12+
# --no-verify: doesn't build before releasing (this is because the cargo publish process might pull
13+
# in new versions of dependencies, which might have regressions)
1414
# --no-confirm: don't ask for confirmation, since this is a non-interactive script
1515
cargo release publish --publish --execute --no-verify --no-confirm --workspace "$@"
1616

0 commit comments

Comments
 (0)