Skip to content

Commit da56df9

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
fix(ci): bump MSRV to 1.88 for AWS SDK compatibility
1 parent 04b7d7b commit da56df9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
# MSRV 1.87 - uses features stabilized in Rust 1.87
24-
rust: ["1.87"]
23+
# MSRV 1.88 - AWS SDK requires Rust 1.88
24+
rust: ["1.88"]
2525

2626
steps:
2727
- 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 = "syncable-cli"
33
version = "0.26.1"
44
edition = "2024"
5-
rust-version = "1.87" # MSRV - Uses features stabilized in 1.87
5+
rust-version = "1.88" # MSRV - AWS SDK requires 1.88
66
authors = ["Syncable Team"]
77
description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"
88
license = "GPL-3.0"

0 commit comments

Comments
 (0)