chore: bump Rust to 1.77 (#6316)

This commit is contained in:
Brooooooklyn
2024-03-29 03:45:59 +00:00
parent 605a5abee8
commit c078f32a83
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ See [LICENSE] for details.
[jobs available]: ./docs/jobs.md [jobs available]: ./docs/jobs.md
[latest packages]: https://github.com/toeverything/AFFiNE/pkgs/container/affine-self-hosted [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 [contributor license agreement]: https://github.com/toeverything/affine/edit/canary/.github/CLA.md
[rust-version-icon]: https://img.shields.io/badge/Rust-1.76.0-dea584 [rust-version-icon]: https://img.shields.io/badge/Rust-1.77.0-dea584
[stars-icon]: https://img.shields.io/github/stars/toeverything/AFFiNE.svg?style=flat&logo=github&colorB=red&label=stars [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 [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 [node-version-icon]: https://img.shields.io/badge/node-%3E=18.16.1-success

View File

@@ -1,3 +1,3 @@
[toolchain] [toolchain]
channel = "1.76.0" channel = "1.77.0"
profile = "default" profile = "default"