From 9c8168a0666ecc54938de93c5aaf20e63c3f313e Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Mon, 29 Apr 2024 09:03:17 +0000 Subject: [PATCH] chore: upgrade Rust to 1.77.2 (#6732) --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615a2a5b86c8..06bf028daef9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,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.77.0-dea584 +[rust-version-icon]: https://img.shields.io/badge/Rust-1.77.2-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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2fe891cfea63..60e2197ed01b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.77.0" +channel = "1.77.2" profile = "default"