Skip to content

Commit c5a45ae

Browse files
authored
Merge pull request #706 from ColinFinck/patch-1
Update embedded-io README for defmt feature and MSRV
2 parents ba02096 + 3332728 commit c5a45ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedded-io/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ targets.
2323

2424
- **`std`**: Adds `From` impls to convert to/from `std::io` structs.
2525
- **`alloc`**: Adds blanket impls for `Box`, adds `Write` impl to `Vec`.
26-
- **`defmt-03`**: Derive `defmt::Format` from `defmt` 0.3 for enums and structs.
26+
- **`defmt`**: Derive `defmt::Format` from `defmt` 1.x for enums and structs.
2727

2828
## Minimum Supported Rust Version (MSRV)
2929

30-
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
30+
This crate is guaranteed to compile on stable Rust 1.81 and up. It *might*
3131
compile with older versions but that may change in any new patch release.
3232

3333
See [here](../docs/msrv.md) for details on how the MSRV may be upgraded.

0 commit comments

Comments
 (0)