checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-16 13:17:46 -04:00
parent 89adde435d
commit 7dc72a8a4c
4 changed files with 38 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,5 @@
{
"script": "cargo check -q --workspace 2>&1",
"command": "cargo check -q --workspace 2>&1",
"language": "shell"
}

View file

@ -0,0 +1,7 @@
{
"stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
"stderr": "",
"exit_code": 0,
"duration_ms": 120,
"timed_out": false
}

View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": "Script completed: command -v cargo >/dev/null || { curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && sudo ln -sf $HOME/.cargo/bin/* /usr/local/bin/; }; cargo --version 2>&1",
"failure_reason": null,
"timestamp": "2026-04-16T17:16:07.338411Z"
}