chore(build): bump rust version to 1.88

- update rust version in:
  - .circleci/config.yml
  - Cargo.toml
  - README.md
  - docs/readme/head.md
This commit is contained in:
Jeremiah Russell
2025-10-16 11:07:01 +01:00
committed by Jeremiah Russell
parent 44b98d0657
commit 3111a1feff
4 changed files with 10 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ parameters:
default: SHA256:OkxsH8Z6Iim6WDJBaII9eTT9aaO1f3eDc6IpsgYYPVg
min-rust-version:
type: string
default: "1.87"
default: "1.88"
release-flag:
type: boolean
default: false