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"