From 79669264a6ca9ec709e73fe7610573c86144dae5 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 10 Oct 2020 13:14:13 -0700 Subject: [PATCH] Update to Rust 1.47.0 --- .github/workflows/build.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6eef1c4..ddce572 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/README.md b/README.md index 4bbc2bb..7939381 100644 --- a/README.md +++ b/README.md @@ -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**