Skip to content

Commit af8da2d

Browse files
Update Cargo.lock for 0.30.0
1 parent c7d6ef5 commit af8da2d

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.veta/counter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11
1+
12

.veta/notes/12.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "set -e and pipefail for multi-line command blocks",
3+
"body": "v0.30+ adds set -e (and set -o pipefail for bash/zsh) to all shell command execution. This means multi-line command blocks fail immediately when any command fails, rather than only checking the exit code of the last command. sh only gets set -e because pipefail is not POSIX-portable.",
4+
"references": [
5+
"crates/cctr/src/runner.rs:177",
6+
"test/set_e/set_e.txt"
7+
],
8+
"modified": "2026-02-24 13:13:48"
9+
}

.veta/tags/cctr/12.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../notes/12.json

.veta/tags/feature/12.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../notes/12.json

Cargo.lock

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

0 commit comments

Comments
 (0)