Skip to content

Commit

Permalink
Update to Rust 1.58 (#661) (fixes #650)
Browse files Browse the repository at this point in the history
* Bump Rust version to 1.58

* Update to Rust 1.58 in CI and readme

* Cargo.toml: fix typo for rust-version (https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field)

Co-authored-by: Ben Reeves <benwolverine2019@gmail.com>
  • Loading branch information
iceiix and BGR360 authored Feb 6, 2022
1 parent 9a8d357 commit 3b43c76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.57.0
toolchain: 1.58.0
components: clippy, rustfmt
default: true
- name: Install dependencies
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.58.0
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
toolchain: 1.58.0
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.57.0
toolchain: 1.58.0
components: clippy, rustfmt
default: true
- name: Install wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.57"
rust-version = "1.58"
resolver = "2"
description = "Multi-protocol multi-platform Minecraft-compatible client"
repository = "https://github.com/iceiix/stevenarella"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r

## Dependencies

Requires Rust stable version 1.57.0 or newer.
Requires Rust stable version 1.58.0 or newer.

**Debian/Ubuntu**

Expand Down

0 comments on commit 3b43c76

Please sign in to comment.