Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2019-11-06
toolchain: nightly-2020-06-25
profile: minimal
components: rustfmt
override: true
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.39.0
toolchain: 1.46.0
profile: minimal
components: clippy
override: true
Expand All @@ -39,7 +39,7 @@ jobs:
test:
strategy:
matrix:
toolchain: [1.39.0, nightly-2019-11-06]
toolchain: [1.46.0, nightly-2020-06-25]
features:
- ''
- --features futures03
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
name: fmt
language: system
files: '[.]rs$'
entry: rustup run nightly-2019-11-06 rustfmt
entry: rustup run nightly-2020-06-25 rustfmt

- id: check
name: check
Expand Down
Loading