We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5c0b1 commit 1742f17Copy full SHA for 1742f17
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- stable
16
- beta
17
- nightly
18
- - '1.41.0'
+ - '1.46.0'
19
features:
20
-
21
- derive
@@ -31,14 +31,14 @@ jobs:
31
id: toolchain
32
- uses: Swatinem/rust-cache@v1
33
- run: echo 'RUSTFLAGS=--allow unknown_lints' >> $GITHUB_ENV
34
- if: matrix.toolchain == '1.41.0'
+ if: matrix.toolchain == '1.46.0'
35
- name: Build `oauth1-request`
36
uses: actions-rs/cargo@v1
37
with:
38
command: build
39
args: --verbose --tests --manifest-path oauth1-request/Cargo.toml --features=${{ matrix.features }}
40
- name: Build `examples`
41
- if: ${{ matrix.toolchain != '1.41.0' }}
+ if: ${{ matrix.toolchain != '1.46.0' }}
42
43
44
0 commit comments