From f9247992bd8ffbf980e8a6a0aee2545d968485ee Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:01:09 +0000 Subject: [PATCH 1/2] Bump MSRV to 1.82.0 - Update rust-version in launchdarkly-server-sdk/Cargo.toml from 1.81.0 to 1.82.0 - Update rust-version in contract-tests/Cargo.toml from 1.81.0 to 1.82.0 - Update rustup override in CI workflow from 1.81 to 1.82 (both jobs) Co-Authored-By: mkeeler@launchdarkly.com --- .github/workflows/ci.yml | 4 ++-- contract-tests/Cargo.toml | 2 +- launchdarkly-server-sdk/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f630672..e72d5db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup rust tooling run: | - rustup override set 1.81 + rustup override set 1.82 rustup component add rustfmt clippy - uses: ./.github/actions/ci @@ -49,7 +49,7 @@ jobs: - name: Setup rust tooling run: | - rustup override set 1.81 + rustup override set 1.82 rustup component add rustfmt clippy rustup target add x86_64-unknown-linux-musl diff --git a/contract-tests/Cargo.toml b/contract-tests/Cargo.toml index 06d02cb..67b713f 100644 --- a/contract-tests/Cargo.toml +++ b/contract-tests/Cargo.toml @@ -2,7 +2,7 @@ name = "contract-tests" version = "0.1.0" edition = "2021" -rust-version = "1.81.0" # MSRV +rust-version = "1.82.0" # MSRV license = "Apache-2.0" [dependencies] diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index 01434ed..c54483a 100644 --- a/launchdarkly-server-sdk/Cargo.toml +++ b/launchdarkly-server-sdk/Cargo.toml @@ -4,7 +4,7 @@ description = "LaunchDarkly Server-Side SDK" version = "2.5.1" authors = ["LaunchDarkly"] edition = "2021" -rust-version = "1.81.0" # MSRV +rust-version = "1.82.0" # MSRV license = "Apache-2.0" homepage = "https://docs.launchdarkly.com/sdk/server-side/rust" repository = "https://github.com/launchdarkly/rust-server-sdk" From d1457106dc37bfcedeff1e2397e861621af2849b Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:15:25 +0000 Subject: [PATCH 2/2] Trigger CI to pick up updated PR title Co-Authored-By: mkeeler@launchdarkly.com