build: Bump MSRV to 1.87.0

rustc 1.90.0-beta.1 (788da80fc 2025-08-04) suggests using library
feature `unsigned_is_multiple_of`. It is stabled in Rust 1.87.0.

Update image to 20250807-0 since MSRV in Dockerfile is updated.

Signed-off-by: Songqian Li <sionli@tencent.com>
Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Songqian Li
2025-08-06 17:29:56 +08:00
committed by Bo Chen
parent cd2c43b489
commit 530719a57a
7 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ version = "47.0.0"
# a.) A dependency requires it,
# b.) If we want to use a new feature and that MSRV is at least 6 months old,
# c.) There is a security issue that is addressed by the toolchain update.
rust-version = "1.83.0"
rust-version = "1.87.0"
[profile.release]
codegen-units = 1