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 = [
15
15
[features ]
16
16
std = [" alloc" , " embedded-io/std" ]
17
17
alloc = [" embedded-io/alloc" ]
18
- defmt-03 = [" dep:defmt-03 " , " embedded-io/defmt-03 " ]
18
+ defmt = [" dep:defmt" , " embedded-io/defmt" ]
19
19
20
20
[dependencies ]
21
21
embedded-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 }
23
23
24
24
[package .metadata .docs .rs ]
25
25
features = [" 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
14
14
15
15
- ** ` std ` ** : Adds ` From ` impls to convert to/from ` std::io ` structs.
16
16
- ** ` 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.
18
18
19
19
## Minimum Supported Rust Version (MSRV)
20
20
You can’t perform that action at this time.
0 commit comments