checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-15 13:12:40 -04:00
parent 47befbc771
commit 35beda13b6
4 changed files with 42 additions and 11 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": 80,
"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-15T17:10:59.971612Z"
}