Commit Graph

7 Commits

Author SHA1 Message Date
overtrue 0f7a98a91f wip 2025-06-17 23:31:02 +08:00
overtrue e81a57ce24 wip 2025-06-17 23:30:29 +08:00
overtrue efae4f5203 wip 2025-06-17 22:37:38 +08:00
houseme d66525a22f refactor(deps): centralize crate versions in root Cargo.toml (#448)
* chore(ci): upgrade protoc from 30.2 to 31.1

- Update protoc version in GitHub Actions setup workflow
- Use arduino/setup-protoc@v3 to install the latest protoc version
- Ensure compatibility with current project requirements
- Improve proto file compilation performance and stability

This upgrade aligns our development environment with the latest protobuf standards.

* modify package version

* refactor(deps): centralize crate versions in root Cargo.toml

- Move all dependency versions to workspace.dependencies section
- Standardize AWS SDK and related crates versions
- Update tokio, bytes, and futures crates to latest stable versions
- Ensure consistent version use across all workspace members
- Implement workspace inheritance for common dependencies

This change simplifies dependency management and ensures version consistency across the project.

* fix

* modify
2025-06-07 21:52:59 +08:00
houseme e90bae35b9 upgrade protobuf download link and improve code for readme.md 2025-04-11 21:44:23 +08:00
weisd 70031effa7 use http for remote read/write 2025-03-11 16:12:34 +08:00
JimChenWYU 8381eb96d5 设置ci流水线 2024-09-23 17:53:26 +08:00