Skip to content

Commit 3ff40da

Browse files
committed
Bump MSRV to 1.79 to enable inline_const, used for static asserts
1 parent b050694 commit 3ff40da

File tree

16 files changed

+18
-16
lines changed

16 files changed

+18
-16
lines changed

.github/workflows/on_target_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: dtolnay/rust-toolchain@master
4040
with:
41-
toolchain: 1.77
41+
toolchain: 1.79
4242
target: thumbv6m-none-eabi
4343
- name: Install cargo-hack
4444
run: |

.github/workflows/rp2040_hal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: 1.77
64+
toolchain: 1.79
6565
target: ${{ env.TARGET }}
6666
- name: Install cargo-hack
6767
run: |

.github/workflows/rp2040_hal_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: dtolnay/rust-toolchain@master
4343
with:
44-
toolchain: 1.77
44+
toolchain: 1.79
4545
target: ${{ env.TARGET }}
4646
- name: Use older version of regex
4747
run: cd ${PACKAGE} && cargo update -p regex --precise 1.9.3

.github/workflows/rp235x_hal_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: 1.77
64+
toolchain: 1.79
6565
target: ${{ env.TARGET }}
6666
- name: Install cargo-hack
6767
run: |

.github/workflows/rp235x_hal_examples_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: dtolnay/rust-toolchain@master
4343
with:
44-
toolchain: 1.77
44+
toolchain: 1.79
4545
target: ${{ env.TARGET }}
4646
- name: Use older version of regex
4747
run: cd ${PACKAGE} && cargo update -p regex --precise 1.9.3

.github/workflows/rp235x_hal_examples_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
28-
toolchain: 1.77
28+
toolchain: 1.79
2929
target: ${{ env.TARGET }}
3030
- name: Use older version of regex
3131
run: cd ${PACKAGE} && cargo update -p regex --precise 1.9.3

.github/workflows/rp235x_hal_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: 1.77
64+
toolchain: 1.79
6565
target: ${{ env.TARGET }}
6666
- name: Install cargo-hack
6767
run: |

.github/workflows/rp_binary_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: dtolnay/rust-toolchain@master
4949
with:
50-
toolchain: 1.77
50+
toolchain: 1.79
5151
- name: Install cargo-hack
5252
run: |
5353
curl -sSL https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - -C ~/.cargo/bin

.github/workflows/rp_hal_common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v4
4848
- uses: dtolnay/rust-toolchain@master
4949
with:
50-
toolchain: 1.77
50+
toolchain: 1.79
5151
- name: Install cargo-hack
5252
run: |
5353
curl -sSL https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-gnu.tar.gz | tar xvzf - -C ~/.cargo/bin

rp-binary-info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["The rp-rs Developers"]
66
homepage = "https://github.com/rp-rs/rp-hal"
77
description = "Code and types for creating Picotool compatible Binary Info metadata"
88
license = "MIT OR Apache-2.0"
9-
rust-version = "1.77"
9+
rust-version = "1.79"
1010
repository = "https://github.com/rp-rs/rp-hal"
1111
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
1212
keywords = ["embedded", "raspberry-pi", "rp2040", "rp2350", "picotool"]

0 commit comments

Comments
 (0)