Skip to content

Commit 62fc164

Browse files
Merge #84
84: use real types for user id and username r=Emilgardis a=Emilgardis Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents 3bcb0df + 4aa9bda commit 62fc164

File tree

7 files changed

+334
-258
lines changed

7 files changed

+334
-258
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [windows-latest, ubuntu-latest]
24-
rust: [1.51, nightly]
24+
rust: [1.60.0, nightly]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Checkout
@@ -87,11 +87,11 @@ jobs:
8787
~/.cargo/git
8888
target
8989
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
90-
- name: Run clippy --all-targets --all-features -- -D warnings
90+
- name: Run clippy --all-targets --all-features
9191
uses: actions-rs/cargo@v1
9292
with:
9393
command: clippy
94-
args: --locked --all-targets --all-features -- -D warnings
94+
args: --locked --all-targets --all-features
9595
docs:
9696
name: Docs
9797
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)