Skip to content

Commit a83abad

Browse files
fix: Bump MSRV from 1.91 to 1.92 (#160)
1 parent d01e84b commit a83abad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
target=1.91
1+
target=1.92

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.91.0" # MSRV
5+
rust-version = "1.92.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 = "3.0.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
7-
rust-version = "1.91.0" # MSRV
7+
rust-version = "1.92.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)