Skip to content

Commit 82e6993

Browse files
committed
chore: Bump MSRV to 1.83.0
1 parent 7b8f373 commit 82e6993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.82.0" # MSRV
5+
rust-version = "1.83.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.6.1"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
7-
rust-version = "1.82.0" # MSRV
7+
rust-version = "1.83.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)