We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f4a59 commit 4ebddfeCopy full SHA for 4ebddfe
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
# Note this needs to be new enough to build the examples as well as
29
# the library itself.
30
- name: MSRV
31
- rust: 1.79.0
+ rust: 1.81.0
32
33
name: "build (${{ matrix.name || matrix.rust }})"
34
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [Unreleased]
9
10
- Remove dead link to microbit Rust on Windows blog post in README.
11
+- Bumped MSRV to 1.81.0.
12
13
## [0.15.1] - 2024-08-05
14
0 commit comments