Skip to content

Commit

Permalink
Merge pull request #317 from stepchowfun/rust-v1.80.0
Browse files Browse the repository at this point in the history
Update Rust to v1.80.0
  • Loading branch information
stepchowfun committed Jul 26, 2024
2 parents 135e6c3 + c0e0f1b commit ae29c36
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 273 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,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 @@ -131,8 +131,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 @@ -211,8 +211,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 ae29c36

Please sign in to comment.