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**