From 15cedcefc57024ef30655fed4d443c0015db430c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 20 Feb 2024 09:01:43 +0000 Subject: [PATCH] chore: upgrade Rust to 1.76 (#5843) --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9223526257..787c4ef169 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1c8cfba9f5..06c7458131 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.75.0" +channel = "1.76.0" profile = "default"