Skip to content

Commit

Permalink
Merge pull request #175 from ferrous-systems/bump-ferrocene
Browse files Browse the repository at this point in the history
Bump ferrocene
  • Loading branch information
jonathanpallant authored Sep 2, 2024
2 parents 48bf151 + 0214eb9 commit a98479e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Add Rust Targets
run: |
rustup target add thumbv7em-none-eabihf
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.0.1/criticalup-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrocene/criticalup/releases/download/v1.1.0/criticalup-installer.sh | sh
- name: Find slug name
run: |
Expand Down
2 changes: 1 addition & 1 deletion example-code/qemu-aarch32v78r/criticalup.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
manifest-version = 1

[products.ferrocene]
release = "rolling-2024-06-12"
release = "stable-24.08.0"
packages = [
"rustc-${rustc-host}",
"rust-std-${rustc-host}",
Expand Down
2 changes: 1 addition & 1 deletion example-code/qemu-aarch64v8a/criticalup.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
manifest-version = 1

[products.ferrocene]
release = "rolling-2024-06-12"
release = "stable-24.08.0"
packages = [
"rustc-${rustc-host}",
"rust-std-${rustc-host}",
Expand Down

0 comments on commit a98479e

Please sign in to comment.