Skip to content

Commit

Permalink
Update to Rust 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Oct 10, 2020
1 parent ab46000 commit 7966926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.44.1
toolchain: 1.47.0
components: clippy, rustfmt
default: true
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r

## Dependencies

Requires Rust stable version 1.44.1 or newer.
Requires Rust stable version 1.47.0 or newer.

**Debian/Ubuntu**

Expand Down

0 comments on commit 7966926

Please sign in to comment.