We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01e84b commit a83abadCopy full SHA for a83abad
.github/variables/rust-versions.env
@@ -1 +1 @@
1
-target=1.91
+target=1.92
contract-tests/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "contract-tests"
3
version = "0.1.0"
4
edition = "2021"
5
-rust-version = "1.91.0" # MSRV
+rust-version = "1.92.0" # MSRV
6
license = "Apache-2.0"
7
8
[dependencies]
launchdarkly-server-sdk/Cargo.toml
@@ -4,7 +4,7 @@ description = "LaunchDarkly Server-Side SDK"
version = "3.0.0"
authors = ["LaunchDarkly"]
9
homepage = "https://docs.launchdarkly.com/sdk/server-side/rust"
10
repository = "https://github.com/launchdarkly/rust-server-sdk"
0 commit comments