Bump Rust version to 1.88 (#7787)

In #7743, rust version was bumped:
- msrv to 1.87
- `Dockerfile` to 1.88

We also need to bump the other docker images as well, and might as well keep them all consistent at 1.88.
This commit is contained in:
Jimmy Chen
2025-07-25 15:52:51 +10:00
committed by GitHub
parent b904956074
commit 1a6eeb228c
5 changed files with 10 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ version = "7.1.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = { workspace = true }
autotests = false
rust-version = "1.87.0"
rust-version = "1.88.0"
# Prevent cargo-udeps from flagging the dummy package `target_check`, which exists only
# to assert properties of the compilation target.