From d6a44dcad49b36428a9fce1e54d32da0e9b00434 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:08 +0000 Subject: [PATCH 1/2] Bump MSRV to 1.82.0 - Update rust-version in eventsource-client/Cargo.toml from 1.81.0 to 1.82.0 - Update rustup override in CI workflow from 1.81 to 1.82 Co-Authored-By: mkeeler@launchdarkly.com --- .github/workflows/ci.yml | 2 +- eventsource-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a35f0ed..18c2241 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 diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 00a8b06..e17119f 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -5,7 +5,7 @@ description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"] edition = "2021" -rust-version = "1.81.0" +rust-version = "1.82.0" license = "Apache-2.0" keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"] exclude = ["CHANGELOG.md"] From b3e2a0359ed7d123bf1d263ce0764622013c2b42 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:09 +0000 Subject: [PATCH 2/2] Trigger CI to pick up updated PR title Co-Authored-By: mkeeler@launchdarkly.com