Skip to content

Commit

Permalink
fix: Bump rustc to 1.74 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored May 20, 2024
1 parent 18e3535 commit 0c1c58d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Setup rust tooling
run: |
rustup override set 1.70
rustup override set 1.74
rustup component add rustfmt clippy
- uses: ./.github/actions/ci
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Setup rust tooling
run: |
rustup override set 1.70
rustup override set 1.74
rustup component add rustfmt clippy
rustup target add x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Setup rust tooling
run: |
rustup override set 1.70
rustup override set 1.74
rustup component add rustfmt clippy
- uses: ./.github/actions/ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup rust tooling
if: ${{ steps.release.outputs.releases_created }}
run: |
rustup override set 1.70
rustup override set 1.74
rustup component add rustfmt clippy
- uses: launchdarkly/gh-actions/actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion contract-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "contract-tests"
version = "0.1.0"
edition = "2021"
rust-version = "1.70.0" # MSRV
rust-version = "1.74.0" # MSRV
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "LaunchDarkly Server-Side SDK"
version = "2.1.0"
authors = ["LaunchDarkly"]
edition = "2021"
rust-version = "1.70.0" # MSRV
rust-version = "1.74.0" # MSRV
license = "Apache-2.0"
homepage = "https://docs.launchdarkly.com/sdk/server-side/rust"
repository = "https://github.com/launchdarkly/rust-server-sdk"
Expand Down

0 comments on commit 0c1c58d

Please sign in to comment.