diff --git a/.github/variables/rust-versions.env b/.github/variables/rust-versions.env index 4cdc4c3..a10c1e4 100644 --- a/.github/variables/rust-versions.env +++ b/.github/variables/rust-versions.env @@ -1 +1 @@ -target=1.93 +target=1.94 diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index b50f84a..4518e4f 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.93.0" +rust-version = "1.94.0" license = "Apache-2.0" keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"] exclude = ["CHANGELOG.md"]