rust-embedded / nb

Minimal and reusable non-blocking I/O layer
Apache License 2.0
86 stars 15 forks source link

fix: Update MSRV in Cargo.toml #44

Closed Beanow closed 8 months ago

Beanow commented 8 months ago

Closes https://github.com/rust-embedded/nb/issues/43

The MSRV was bumped in https://github.com/rust-embedded/nb/pull/42 but missed the package.rust-version metadata.

Beanow commented 8 months ago

The unreleased section already mentions the MSRV bump. So I thought it was redundant.

https://github.com/rust-embedded/nb/blob/74606d1335c22c6bb4dbfda7690613fac45d0e3d/CHANGELOG.md?plain=1#L8-L11

What would you like to see as an entry?

On October 27, 2023 10:34:45 AM GMT+02:00, Diego Barrios Romero @.***> wrote:

@eldruin commented on this pull request.

Sorry, could you also add an entry to the changelog about this fix?

-- Reply to this email directly or view it on GitHub: https://github.com/rust-embedded/nb/pull/44#pullrequestreview-1701272961 You are receiving this because you authored the thread.

Message ID: @.***>

eldruin commented 8 months ago

Ah, sorry I missed that. Thank you!