Skip to content

Commit 164c557

Browse files
authored
chore: Update MSRV versions that missed last bump (#123)
1 parent 7a5da5c commit 164c557

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/manual-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
inputs:
55
dry_run:
6-
description: 'Is this a dry run. If so no package will be published.'
6+
description: "Is this a dry run. If so no package will be published."
77
type: boolean
88
required: true
99

@@ -19,17 +19,17 @@ jobs:
1919

2020
- name: Setup rust tooling
2121
run: |
22-
rustup override set 1.81
22+
rustup override set 1.82
2323
rustup component add rustfmt clippy
2424
2525
- uses: ./.github/actions/ci
2626
- uses: ./.github/actions/build-docs
2727

2828
- uses: launchdarkly/gh-actions/actions/[email protected]
29-
name: 'Get crates.io token'
29+
name: "Get crates.io token"
3030
with:
3131
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
32-
ssm_parameter_pairs: '/production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN'
32+
ssm_parameter_pairs: "/production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN"
3333

3434
- uses: ./.github/actions/publish
3535
with:

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Setup rust tooling
2525
if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
2626
run: |
27-
rustup override set 1.81
27+
rustup override set 1.82
2828
rustup component add rustfmt clippy
2929
3030
- uses: launchdarkly/gh-actions/actions/[email protected]
31-
name: 'Get crates.io token'
31+
name: "Get crates.io token"
3232
if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}
3333
with:
3434
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
35-
ssm_parameter_pairs: '/production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN'
35+
ssm_parameter_pairs: "/production/common/releasing/cratesio/api_token = CARGO_REGISTRY_TOKEN"
3636

3737
- uses: ./.github/actions/ci
3838
if: ${{ steps.release.outputs['launchdarkly-server-sdk--release_created'] == 'true' }}

0 commit comments

Comments
 (0)