Skip to content

Commit 07e280d

Browse files
authored
Merge pull request #170 from rust-embedded/bump-toml-and-msrv
Bump toml crate to 0.9 and MSRV to 1.78
2 parents 7fc2341 + 81cdbe5 commit 07e280d

File tree

5 files changed

+158
-212
lines changed

5 files changed

+158
-212
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
rust:
1717
# MSRV
18-
- "1.70.0"
18+
- "1.78.0"
1919
- stable
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
experimental: [false]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `toml` to 0.9
13+
- MSRV Changed to 1.78.0
14+
1015
### Fixed
1116

1217
- Redirected cargo build output to stderr instead of stdout. This prevents cargo/rustc messages and warnings from appearing in the stdout of cargo-binutils tools, making it easier to pipe or redirect tool output cleanly.

0 commit comments

Comments
 (0)