chore: upgrade Rust to 1.76 (#5843)

This commit is contained in:
LongYinan 2024-02-20 09:01:43 +00:00
parent afe59a864d
commit 15cedcefc5
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,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.75.0-dea584
[rust-version-icon]: https://img.shields.io/badge/Rust-1.76.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.75.0"
channel = "1.76.0"
profile = "default"