File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
# Note this needs to be new enough to build the examples as well as
29
29
# the library itself.
30
30
- name : MSRV
31
- rust : 1.71 .0
31
+ rust : 1.73 .0
32
32
33
33
name : " build (${{ matrix.name || matrix.rust }})"
34
34
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Update examples to use RTIC 1.0
18
18
- Add ADC for micro: bit V1
19
19
- Add analog example
20
- - Increase minimum supported Rust version to 1.71
20
+ - Increase minimum supported Rust version to 1.73
21
21
- Added support for the real time counters RTC1 and RTC2
22
22
- Add common types and structs for the edge connector pads and pins
23
23
- Add common ADC types and initialization for ADC and SAADC
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "0.13.0"
4
4
description = " Implementation details for the BBC Micro:bit board support crates"
5
5
edition = " 2018"
6
6
readme = " ../README.md"
7
+ rust-version = " 1.73.0"
7
8
8
9
repository = " https://github.com/nrf-rs/microbit"
9
10
authors = [
You can’t perform that action at this time.
0 commit comments