Skip to content

Commit 281b715

Browse files
Merge pull request #49 from rust-embedded/possible-test-fixes
Bump QEMU tests Rust version to 1.89
2 parents 79dba70 + adb480b commit 281b715

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ jobs:
302302
uses: actions/checkout@v4
303303
- name: Install rust
304304
run: |
305-
rustup install 1.88
306-
rustup default 1.88
305+
rustup install 1.89
306+
rustup default 1.89
307307
- name: Install Dependencies
308308
run: |
309309
sudo apt-get -y update

examples/mps3-an536/reference/hello-armv8r-none-eabihf.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PANIC: PanicInfo {
44
location: Location {
55
file: "src/bin/hello.rs",
66
line: 22,
7-
col: 5,
7+
column: 5,
88
},
99
can_unwind: true,
1010
force_no_backtrace: false,

examples/mps3-an536/reference/svc-armv8r-none-eabihf.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PANIC: PanicInfo {
77
location: Location {
88
file: "src/bin/svc.rs",
99
line: 25,
10-
col: 5,
10+
column: 5,
1111
},
1212
can_unwind: true,
1313
force_no_backtrace: false,

examples/versatileab/reference/hello-armv7a-none-eabi.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PANIC: PanicInfo {
44
location: Location {
55
file: "src/bin/hello.rs",
66
line: 19,
7-
col: 5,
7+
column: 5,
88
},
99
can_unwind: true,
1010
force_no_backtrace: false,

examples/versatileab/reference/hello-armv7r-none-eabi.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PANIC: PanicInfo {
44
location: Location {
55
file: "src/bin/hello.rs",
66
line: 19,
7-
col: 5,
7+
column: 5,
88
},
99
can_unwind: true,
1010
force_no_backtrace: false,

examples/versatileab/reference/hello-armv7r-none-eabihf.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PANIC: PanicInfo {
44
location: Location {
55
file: "src/bin/hello.rs",
66
line: 19,
7-
col: 5,
7+
column: 5,
88
},
99
can_unwind: true,
1010
force_no_backtrace: false,

examples/versatileab/reference/svc-armv7a-none-eabi.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PANIC: PanicInfo {
77
location: Location {
88
file: "src/bin/svc.rs",
99
line: 22,
10-
col: 5,
10+
column: 5,
1111
},
1212
can_unwind: true,
1313
force_no_backtrace: false,

examples/versatileab/reference/svc-armv7r-none-eabi.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PANIC: PanicInfo {
77
location: Location {
88
file: "src/bin/svc.rs",
99
line: 22,
10-
col: 5,
10+
column: 5,
1111
},
1212
can_unwind: true,
1313
force_no_backtrace: false,

examples/versatileab/reference/svc-armv7r-none-eabihf.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PANIC: PanicInfo {
77
location: Location {
88
file: "src/bin/svc.rs",
99
line: 22,
10-
col: 5,
10+
column: 5,
1111
},
1212
can_unwind: true,
1313
force_no_backtrace: false,

0 commit comments

Comments
 (0)