rust-embedded / nb

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

`package.rust-version` does not match MSRV #43

Closed Beanow closed 8 months ago

Beanow commented 8 months ago

https://github.com/rust-embedded/nb/pull/42 bumped the MSRV but forgot the Cargo file. https://github.com/rust-embedded/nb/blob/62c17d3eeda3d53db0fa813e8a0e5b7e84ba6614/Cargo.toml#L14

eldruin commented 8 months ago

Nice catch, could you submit a PR updating it?

Beanow commented 8 months ago

Sure, made one now