diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dd86b74..8c0bab5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: uses: actions-rs/toolchain@v1 with: # TODO: refactor toolchain version - toolchain: 1.53.0 + toolchain: 1.54.0 components: clippy, rustfmt default: true - name: Install dependencies @@ -49,7 +49,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.53.0 + toolchain: 1.54.0 components: clippy, rustfmt default: true - name: Build binary @@ -83,7 +83,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.53.0 + toolchain: 1.54.0 components: clippy, rustfmt default: true - name: Build binary @@ -128,7 +128,7 @@ jobs: uses: actions-rs/toolchain@v1 with: # TODO: refactor toolchain version - toolchain: 1.53.0 + toolchain: 1.54.0 components: clippy, rustfmt default: true - name: Install wasm-pack diff --git a/README.md b/README.md index 7e04262..1152f18 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r ## Dependencies -Requires Rust stable version 1.53.0 or newer. +Requires Rust stable version 1.54.0 or newer. **Debian/Ubuntu**