File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ categories = [
1515[features ]
1616std = [" alloc" , " embedded-io/std" ]
1717alloc = [" embedded-io/alloc" ]
18- defmt-03 = [" dep:defmt-03 " , " embedded-io/defmt-03 " ]
18+ defmt = [" dep:defmt" , " embedded-io/defmt" ]
1919
2020[dependencies ]
2121embedded-io = { version = " 0.6.1" , path = " ../embedded-io" }
22- defmt-03 = { package = " defmt" , version = " 0.3 " , optional = true }
22+ defmt = { package = " defmt" , version = " 1.0 " , optional = true }
2323
2424[package .metadata .docs .rs ]
2525features = [" std" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
1414
1515- ** ` std ` ** : Adds ` From ` impls to convert to/from ` std::io ` structs.
1616- ** ` alloc ` ** : Adds blanket impls for ` Box ` , adds ` Write ` impl to ` Vec ` .
17- - ** ` defmt-03 ` ** : Derive ` defmt::Format ` from ` defmt ` 0.3 for enums and structs.
17+ - ** ` defmt ` ** : Derive ` defmt::Format ` from ` defmt ` 1.0 for enums and structs.
1818
1919## Minimum Supported Rust Version (MSRV)
2020
You can’t perform that action at this time.
0 commit comments