Skip to content

Commit 69fc0b8

Browse files
nficanoclaude
andcommitted
ci: bump MSRV to 1.88 to satisfy time 0.3.47 requirement
time/time-core/time-macros now require rustc 1.88, which is more recent than the previous 1.85 bump made for clap_lex's edition2024. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a9ff29c commit 69fc0b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
# MSRV is read from `Cargo.toml` (`rust-version = "1.85"`). Keep in sync.
44-
rust: ["1.85", "stable"]
43+
# MSRV is read from `Cargo.toml` (`rust-version = "1.88"`). Keep in sync.
44+
rust: ["1.88", "stable"]
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "arcp"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.88"
66
license = "MIT OR Apache-2.0"
77
description = "Reference implementation of the Agent Runtime Control Protocol (ARCP) v1.0"
88
repository = "https://github.com/nficano/arpc"

0 commit comments

Comments
 (0)