Skip to content

Commit b5e2340

Browse files
Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#255)
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/actions-rs/toolchain/releases) - [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md) - [Commits](actions-rs/toolchain@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: actions-rs/toolchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c94276 commit b5e2340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
docker exec rabbitmq-stream-client-test /bin/bash -c 'rabbitmqctl status'
5353
docker exec rabbitmq-stream-client-test /bin/bash -c 'rabbitmqctl wait --pid 1 --timeout 70'
5454
- name: Install latest ${{ matrix.rust }}
55-
uses: actions-rs/toolchain@v1.0.6
55+
uses: actions-rs/toolchain@v1.0.7
5656
with:
5757
toolchain: ${{ matrix.rust }}
5858
profile: minimal

0 commit comments

Comments
 (0)