diff --git a/.github/variables/rust-versions.env b/.github/variables/rust-versions.env index 7fff3c1..a2aa1a8 100644 --- a/.github/variables/rust-versions.env +++ b/.github/variables/rust-versions.env @@ -1 +1 @@ -target=1.91 +target=1.92 diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 71d1b8b..f247d51 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.91.0" +rust-version = "1.92.0" license = "Apache-2.0" keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"] exclude = ["CHANGELOG.md"]