Skip to content

Commit

Permalink
Update Rust to v1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jul 26, 2024
1 parent 2c7669f commit 9c8b06f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 234 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
# https://github.com/rust-lang/rustup/issues/2441
#
# for more information.
rustup toolchain install 1.79.0 --no-self-update # [ref:rust_1.79.0]
rustup default 1.79.0 # [ref:rust_1.79.0]
rustup toolchain install 1.80.0 --no-self-update # [ref:rust_1.80.0]
rustup default 1.80.0 # [ref:rust_1.80.0]
# Add the targets.
rustup target add x86_64-pc-windows-msvc
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
set -euxo pipefail
# Install the appropriate version of Rust.
rustup toolchain install 1.79.0 # [ref:rust_1.79.0]
rustup default 1.79.0 # [ref:rust_1.79.0]
rustup toolchain install 1.80.0 # [ref:rust_1.80.0]
rustup default 1.80.0 # [ref:rust_1.80.0]
# Add the targets.
rustup target add x86_64-apple-darwin
Expand Down Expand Up @@ -198,8 +198,8 @@ jobs:
set -euxo pipefail
# Install the appropriate version of Rust.
rustup toolchain install 1.79.0 # [ref:rust_1.79.0]
rustup default 1.79.0 # [ref:rust_1.79.0]
rustup toolchain install 1.80.0 # [ref:rust_1.80.0]
rustup default 1.80.0 # [ref:rust_1.80.0]
# Fetch the program version.
VERSION="$(cargo pkgid | cut -d# -f2 | cut -d: -f2)"
Expand Down
Loading

0 comments on commit 9c8b06f

Please sign in to comment.