Skip to content

Commit 73357e5

Browse files
committed
Bump MSRV to 1.73.
This is needed for the latest HAL crates.
1 parent 37fe060 commit 73357e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Note this needs to be new enough to build the examples as well as
2929
# the library itself.
3030
- name: MSRV
31-
rust: 1.71.0
31+
rust: 1.73.0
3232

3333
name: "build (${{ matrix.name || matrix.rust }})"
3434

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Update examples to use RTIC 1.0
1818
- Add ADC for micro:bit V1
1919
- Add analog example
20-
- Increase minimum supported Rust version to 1.71
20+
- Increase minimum supported Rust version to 1.73
2121
- Added support for the real time counters RTC1 and RTC2
2222
- Add common types and structs for the edge connector pads and pins
2323
- Add common ADC types and initialization for ADC and SAADC

microbit-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.13.0"
44
description = "Implementation details for the BBC Micro:bit board support crates"
55
edition = "2018"
66
readme = "../README.md"
7+
rust-version = "1.73.0"
78

89
repository = "https://github.com/nrf-rs/microbit"
910
authors = [

0 commit comments

Comments
 (0)