Skip to content

Commit e55c176

Browse files
fix: Bump MSRV to 1.82.0 (#121)
1 parent 355ea1f commit e55c176

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Setup rust tooling
5151
run: |
52-
rustup override set 1.81
52+
rustup override set 1.82
5353
rustup component add rustfmt clippy
5454
rustup target add x86_64-unknown-linux-musl
5555

contract-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "contract-tests"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.81.0" # MSRV
5+
rust-version = "1.82.0" # MSRV
66
license = "Apache-2.0"
77

88
[dependencies]

launchdarkly-server-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "LaunchDarkly Server-Side SDK"
44
version = "2.5.1"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
7-
rust-version = "1.81.0" # MSRV
7+
rust-version = "1.82.0" # MSRV
88
license = "Apache-2.0"
99
homepage = "https://docs.launchdarkly.com/sdk/server-side/rust"
1010
repository = "https://github.com/launchdarkly/rust-server-sdk"

0 commit comments

Comments
 (0)