Skip to content

Commit 1742f17

Browse files
committed
Bump the minimum tested Rust version to 1.46.0
cf. <bitflags/bitflags#240>
1 parent fc5c0b1 commit 1742f17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- stable
1616
- beta
1717
- nightly
18-
- '1.41.0'
18+
- '1.46.0'
1919
features:
2020
-
2121
- derive
@@ -31,14 +31,14 @@ jobs:
3131
id: toolchain
3232
- uses: Swatinem/rust-cache@v1
3333
- run: echo 'RUSTFLAGS=--allow unknown_lints' >> $GITHUB_ENV
34-
if: matrix.toolchain == '1.41.0'
34+
if: matrix.toolchain == '1.46.0'
3535
- name: Build `oauth1-request`
3636
uses: actions-rs/cargo@v1
3737
with:
3838
command: build
3939
args: --verbose --tests --manifest-path oauth1-request/Cargo.toml --features=${{ matrix.features }}
4040
- name: Build `examples`
41-
if: ${{ matrix.toolchain != '1.41.0' }}
41+
if: ${{ matrix.toolchain != '1.46.0' }}
4242
uses: actions-rs/cargo@v1
4343
with:
4444
command: build

0 commit comments

Comments
 (0)