From b166f5dbf2ff8902b3eaa46b4657e5186494b705 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 5 Jan 2024 08:19:14 +0000 Subject: [PATCH] feat: upgrade to rust 1.75.0 (#5515) --- README.md | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 645725c488..60ce267a89 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6b1a97fd90..1c8cfba9f5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.74.1" +channel = "1.75.0" profile = "default"