Skip to content

Commit d1acb05

Browse files
committed
update docs on current MSRV and note latest bump in changelog
1 parent 5068293 commit d1acb05

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
**Full Changelog**: https://github.com/rust-lang/log/compare/0.4.29...0.4.30
1515

16+
### Notable Changes
17+
* MSRV is bumped to 1.71.0 in https://github.com/rust-lang/log/pull/723
18+
1619
## [0.4.29] - 2025-12-02
1720

1821
### What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ implementation that is most suitable for its use case.
1818

1919
## Minimum supported `rustc`
2020

21-
`1.68.0+`
21+
See the `rust-version` field in `Cargo.toml` for the current minimum Rust toolchain version.
2222

2323
This version is explicitly tested in CI and may be bumped in any release as needed. Maintaining compatibility with older compilers is a priority though, so the bar for bumping the minimum supported version is set very high. Any changes to the supported minimum version will be called out in the release notes.
2424

0 commit comments

Comments
 (0)