Skip to content

Commit 4ebddfe

Browse files
committed
Bump MSRV to 1.81.0.
This is required to build the latest version of flip-link, which is used in our CI.
1 parent d7f4a59 commit 4ebddfe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.79.0
31+
rust: 1.81.0
3232

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
- Remove dead link to microbit Rust on Windows blog post in README.
11+
- Bumped MSRV to 1.81.0.
1112

1213
## [0.15.1] - 2024-08-05
1314

0 commit comments

Comments
 (0)