feat: upgrade to rust 1.75.0 (#5515)

This commit is contained in:
LongYinan 2024-01-05 08:19:14 +00:00
parent 3cdfa8ca22
commit b166f5dbf2
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ See [LICENSE] for details.
[jobs available]: ./docs/jobs.md
[latest packages]: https://github.com/toeverything/AFFiNE/pkgs/container/affine-self-hosted
[contributor license agreement]: https://github.com/toeverything/affine/edit/canary/.github/CLA.md
[rust-version-icon]: https://img.shields.io/badge/Rust-1.74.1-dea584
[rust-version-icon]: https://img.shields.io/badge/Rust-1.75.0-dea584
[stars-icon]: https://img.shields.io/github/stars/toeverything/AFFiNE.svg?style=flat&logo=github&colorB=red&label=stars
[codecov]: https://codecov.io/gh/toeverything/affine/branch/canary/graphs/badge.svg?branch=canary
[node-version-icon]: https://img.shields.io/badge/node-%3E=18.16.1-success

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.74.1"
channel = "1.75.0"
profile = "default"