Update to Rust 1.64.0

This commit is contained in:
ice_iix 2022-10-30 15:31:24 -07:00
parent e8558b427a
commit ab5f87effd
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.63.0
toolchain: 1.64.0
components: clippy, rustfmt
default: true
- name: Install dependencies
@ -60,7 +60,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.64.0
components: clippy, rustfmt
default: true
- name: Build binary
@ -105,7 +105,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.63.0
toolchain: 1.64.0
components: clippy, rustfmt
default: true
- name: Build binary
@ -161,7 +161,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.63.0
toolchain: 1.64.0
components: clippy, rustfmt
default: true
- name: Install wasm-pack

View File

@ -3,7 +3,7 @@ name = "stevenarella"
version = "0.0.1"
authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>", "iceiix <ice_ix@protonmail.ch>" ]
edition = "2021"
rust-version = "1.63.0"
rust-version = "1.64.0"
resolver = "2"
description = "Multi-protocol multi-platform Minecraft-compatible client"
repository = "https://github.com/iceiix/stevenarella"

View File

@ -70,7 +70,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r
## Dependencies
Requires Rust stable version 1.63.0 or newer.
Requires Rust stable version 1.64.0 or newer.
**Debian/Ubuntu**