Skip to content

Commit 4c7d1e4

Browse files
🌱 Bump dtolnay/rust-toolchain
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from b44cb146d03e8d870c57ab64b80f04586349ca5d to 1f5cdb56c8779e3efa22473ce181ff83143b172c. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@b44cb14...1f5cdb5) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44c1e2d commit 4c7d1e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Install ${{ matrix.toolchain }}
33-
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
33+
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
3434
with:
3535
toolchain: ${{ matrix.toolchain }}
3636
components: clippy
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050
- name: Install ${{ matrix.toolchain }}
51-
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
51+
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
5252
with:
5353
toolchain: ${{ matrix.toolchain }}
5454
- name: cargo generate-lockfile
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v3
6868
- name: Install ${{ matrix.toolchain }}
69-
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
69+
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
7070
with:
7171
toolchain: ${{ matrix.toolchain }}
7272
- name: cargo generate-lockfile
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v3
8686
- name: Install ${{ matrix.toolchain }}
87-
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
87+
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
8888
with:
8989
toolchain: ${{ matrix.toolchain }}
9090
- name: cargo generate-lockfile
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
submodules: true
103103
- name: Install nightly
104-
uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
104+
uses: dtolnay/rust-toolchain@1f5cdb56c8779e3efa22473ce181ff83143b172c
105105
with:
106106
toolchain: nightly
107107
- name: cargo doc

0 commit comments

Comments
 (0)