cargo-lock-manager by different-ai/openwork
npx skills add https://github.com/different-ai/openwork --skill cargo-lock-managercd packages/desktop/src-tauri
cargo check --locked 2>&1 | head -20
cd packages/desktop/src-tauri
cargo update --workspace
cd packages/desktop/src-tauri
cargo test --locked
--locked 标志会阻止自动更新 Cargo.lock,这有利于构建的可重现性,但当依赖项发生变化时会失败。--workspace 运行 cargo update 可能不会更新所有工作区成员。cd packages/desktop/src-tauri
cargo update --workspace
git add Cargo.lock
git commit -m "chore: update Cargo.lock"
git push
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
cargo test --manifest-path packages/desktop/src-tauri/Cargo.toml --offline
无需设置。此技能假设:
packages/desktop/src-tauri/ 目录下Cargo.toml 文件后,始终运行 cargo check 或 cargo buildCargo.lock 的更改与依赖项更新包含在同一个提交中每周安装数
82
仓库
GitHub 星标数
12.9K
首次出现时间
2026年2月11日
安全审计
安装于
opencode81
cursor79
gemini-cli79
github-copilot78
codex78
amp78
cd packages/desktop/src-tauri
cargo check --locked 2>&1 | head -20
cd packages/desktop/src-tauri
cargo update --workspace
cd packages/desktop/src-tauri
cargo test --locked
--locked flag prevents automatic updates to Cargo.lock, which is good for reproducible builds but fails when dependencies change.cargo update without --workspace may not update all workspace members.cd packages/desktop/src-tauri
cargo update --workspace
git add Cargo.lock
git commit -m "chore: update Cargo.lock"
git push
cargo test --manifest-path packages/desktop/src-tauri/Cargo.toml --offline
No setup required. This skill assumes:
packages/desktop/src-tauri/cargo check or cargo build after modifying Cargo.toml filesCargo.lock changes in the same commit as dependency updatesWeekly Installs
82
Repository
GitHub Stars
12.9K
First Seen
Feb 11, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode81
cursor79
gemini-cli79
github-copilot78
codex78
amp78
Azure 升级评估与自动化工具 - 轻松迁移 Functions 计划、托管层级和 SKU
111,700 周安装