Skip to content

Commit d6a44dc

Browse files
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: [email protected] <[email protected]>
1 parent c8c6093 commit d6a44dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Setup rust tooling
2222
run: |
23-
rustup override set 1.81
23+
rustup override set 1.82
2424
rustup component add rustfmt clippy
2525
2626
- uses: ./.github/actions/ci

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]
77
edition = "2021"
8-
rust-version = "1.81.0"
8+
rust-version = "1.82.0"
99
license = "Apache-2.0"
1010
keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"]
1111
exclude = ["CHANGELOG.md"]

0 commit comments

Comments
 (0)