Skip to content

chore(deps): sync Cargo.lock with Cargo.toml - #79

Merged
SunYanbox merged 3 commits into
mainfrom
release/v0.8.0
Aug 24, 2026
Merged

chore(deps): sync Cargo.lock with Cargo.toml#79
SunYanbox merged 3 commits into
mainfrom
release/v0.8.0

Conversation

@SunYanbox

Copy link
Copy Markdown
Owner

Summary

This PR updates Cargo.lock to match the current Cargo.toml dependencies.

Background

The Cargo.lock file was not updated in the original PR (#78 ) when dependencies were changed. While CI passed successfully (the lockfile was still resolvable), the lockfile should be kept in sync with Cargo.toml to:

  • Ensure fully reproducible builds across all environments
  • Maintain the project's dependency hygiene
  • Prevent future confusion when contributors pull the latest changes

Changes

  • Regenerated Cargo.lock via cargo check / cargo update
  • No changes to Cargo.toml or source code

中文

摘要

此 PR 更新 Cargo.lock,使其与当前 Cargo.toml 的依赖保持一致。

背景

在原始 PR(#78 )中修改依赖时,Cargo.lock 文件未被同步更新。虽然 CI 已成功通过(锁文件仍然可解析),但为了以下目的,锁文件应与 Cargo.toml 保持同步:

  • 确保所有环境下的构建完全可复现
  • 维护项目的依赖整洁度
  • 避免后续贡献者拉取最新代码时产生困惑

变更内容

  • 通过 cargo check / cargo update 重新生成了 Cargo.lock
  • 未修改 Cargo.toml 或源代码

- Bump manualaid-cli from 0.7.0 to 0.8.0 (minor)

- Bump i18n from 0.1.6 to 0.2.0 (minor)

- Add CHANGELOG entries for v0.8.0
@SunYanbox SunYanbox added the refactor Code refactoring to improve readability and maintainability without altering external behavior. label Aug 24, 2026
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@SunYanbox
SunYanbox merged commit 353253d into main Aug 24, 2026
8 checks passed
@SunYanbox
SunYanbox deleted the release/v0.8.0 branch August 24, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Code refactoring to improve readability and maintainability without altering external behavior.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant