Skip to content

Commit 55f869c

Browse files
mlafeldtMaxxen
authored andcommitted
Use toolchain file as single source of truth
1 parent 0ddbf97 commit 55f869c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions-rust-lang/setup-rust-toolchain@v1
15-
with:
16-
toolchain: stable
17-
target: ${{ matrix.target }}
18-
components: 'rustfmt, clippy'
1915

2016
# cargo publish
2117
- name: publish crates

.github/workflows/rust.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions-rust-lang/setup-rust-toolchain@v1
3030
with:
31-
toolchain: stable
3231
target: ${{ matrix.target }}
33-
components: 'rustfmt, clippy'
3432

3533
# download libduckdb
3634
- uses: robinraju/[email protected]
@@ -111,7 +109,6 @@ jobs:
111109
index-${{ runner.os }}-
112110
- uses: actions-rust-lang/setup-rust-toolchain@v1
113111
with:
114-
toolchain: stable
115112
target: x86_64-pc-windows-msvc
116113

117114
- run: cargo install cargo-examples

0 commit comments

Comments
 (0)