Skip to content

build(toolchain): upgrade to Rust 1.88.0 #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- uses: actions/checkout@v4
- uses: mkroening/rust-toolchain-toml@main
- name: Download rust-std-hermit
run: gh release download 1.87.0 --repo hermit-os/rust-std-hermit --pattern rust-std-1.87.0-x86_64-unknown-hermit.tar.gz
run: gh release download 1.88.0 --repo hermit-os/rust-std-hermit --pattern rust-std-1.88.0-x86_64-unknown-hermit.tar.gz
- name: Install rust-std-hermit
run: |
tar xvf rust-std-1.87.0-x86_64-unknown-hermit.tar.gz
./rust-std-1.87.0-x86_64-unknown-hermit/install.sh
tar xvf rust-std-1.88.0-x86_64-unknown-hermit.tar.gz
./rust-std-1.88.0-x86_64-unknown-hermit/install.sh
- name: Download loader
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
- name: Building dev version
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.87.0"
channel = "1.88.0"