Skip to content

Commit 9151e99

Browse files
committed
rust: set default to 1.94.0
Signed-off-by: Krishnan Winter <krishnan.winter@unsw.edu.au>
1 parent 6c8d271 commit 9151e99

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
path: seL4
4444
- name: Install SDK dependencies
4545
run: |
46-
rustup install 1.90.0
47-
rustup default 1.90.0
46+
rustup install 1.94.0
47+
rustup default 1.94.0
4848
rustup target add x86_64-unknown-linux-musl
4949
rustup component add rust-src --toolchain 1.90.0-x86_64-unknown-linux-gnu
5050
sudo apt update

initialiser/support/targets/aarch64-sel4-minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"kcfi",
3131
"kernel-address"
3232
],
33-
"target-pointer-width": "64"
33+
"target-pointer-width": 64
3434
}

initialiser/support/targets/riscv64imac-sel4-minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"shadow-call-stack",
2525
"kernel-address"
2626
],
27-
"target-pointer-width": "64"
27+
"target-pointer-width": 64
2828
}

initialiser/support/targets/x86_64-sel4-minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"kcfi",
2929
"kernel-address"
3030
],
31-
"target-pointer-width": "64"
31+
"target-pointer-width": 64
3232
}

0 commit comments

Comments
 (0)