We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba02096 + 3332728 commit c5a45aeCopy full SHA for c5a45ae
embedded-io/README.md
@@ -23,11 +23,11 @@ targets.
23
24
- **`std`**: Adds `From` impls to convert to/from `std::io` structs.
25
- **`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.
+- **`defmt`**: Derive `defmt::Format` from `defmt` 1.x for enums and structs.
27
28
## Minimum Supported Rust Version (MSRV)
29
30
-This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
+This crate is guaranteed to compile on stable Rust 1.81 and up. It *might*
31
compile with older versions but that may change in any new patch release.
32
33
See [here](../docs/msrv.md) for details on how the MSRV may be upgraded.
0 commit comments