Skip to content

Commit 25eaa15

Browse files
committed
Updated dependencies and bumped MSRV to 1.76.0
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent d8e000b commit 25eaa15

6 files changed

Lines changed: 603 additions & 189 deletions

File tree

.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.76.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 `cargo_metadata` to 0.22 and `toml` to 0.9
13+
- MSRV Changed to 1.76.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)