diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c16c3a3..79d0fb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -302,8 +302,8 @@ jobs: uses: actions/checkout@v4 - name: Install rust run: | - rustup install 1.88 - rustup default 1.88 + rustup install 1.89 + rustup default 1.89 - name: Install Dependencies run: | sudo apt-get -y update diff --git a/examples/mps3-an536/reference/hello-armv8r-none-eabihf.out b/examples/mps3-an536/reference/hello-armv8r-none-eabihf.out index 76d6f99..71288c2 100644 --- a/examples/mps3-an536/reference/hello-armv8r-none-eabihf.out +++ b/examples/mps3-an536/reference/hello-armv8r-none-eabihf.out @@ -4,7 +4,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/hello.rs", line: 22, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/mps3-an536/reference/svc-armv8r-none-eabihf.out b/examples/mps3-an536/reference/svc-armv8r-none-eabihf.out index aa2b2b6..b2b1e99 100644 --- a/examples/mps3-an536/reference/svc-armv8r-none-eabihf.out +++ b/examples/mps3-an536/reference/svc-armv8r-none-eabihf.out @@ -7,7 +7,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/svc.rs", line: 25, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/hello-armv7a-none-eabi.out b/examples/versatileab/reference/hello-armv7a-none-eabi.out index 04a1a27..59aae22 100644 --- a/examples/versatileab/reference/hello-armv7a-none-eabi.out +++ b/examples/versatileab/reference/hello-armv7a-none-eabi.out @@ -4,7 +4,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/hello.rs", line: 19, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/hello-armv7r-none-eabi.out b/examples/versatileab/reference/hello-armv7r-none-eabi.out index 04a1a27..59aae22 100644 --- a/examples/versatileab/reference/hello-armv7r-none-eabi.out +++ b/examples/versatileab/reference/hello-armv7r-none-eabi.out @@ -4,7 +4,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/hello.rs", line: 19, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/hello-armv7r-none-eabihf.out b/examples/versatileab/reference/hello-armv7r-none-eabihf.out index 04a1a27..59aae22 100644 --- a/examples/versatileab/reference/hello-armv7r-none-eabihf.out +++ b/examples/versatileab/reference/hello-armv7r-none-eabihf.out @@ -4,7 +4,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/hello.rs", line: 19, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/svc-armv7a-none-eabi.out b/examples/versatileab/reference/svc-armv7a-none-eabi.out index 688d0d7..5933c55 100644 --- a/examples/versatileab/reference/svc-armv7a-none-eabi.out +++ b/examples/versatileab/reference/svc-armv7a-none-eabi.out @@ -7,7 +7,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/svc.rs", line: 22, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/svc-armv7r-none-eabi.out b/examples/versatileab/reference/svc-armv7r-none-eabi.out index 688d0d7..5933c55 100644 --- a/examples/versatileab/reference/svc-armv7r-none-eabi.out +++ b/examples/versatileab/reference/svc-armv7r-none-eabi.out @@ -7,7 +7,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/svc.rs", line: 22, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false, diff --git a/examples/versatileab/reference/svc-armv7r-none-eabihf.out b/examples/versatileab/reference/svc-armv7r-none-eabihf.out index 688d0d7..5933c55 100644 --- a/examples/versatileab/reference/svc-armv7r-none-eabihf.out +++ b/examples/versatileab/reference/svc-armv7r-none-eabihf.out @@ -7,7 +7,7 @@ PANIC: PanicInfo { location: Location { file: "src/bin/svc.rs", line: 22, - col: 5, + column: 5, }, can_unwind: true, force_no_backtrace: false,