Skip to content

Commit 1e02ec7

Browse files
committed
io: Retain a defmt-03 feature
1 parent 24b9e8a commit 1e02ec7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

embedded-io/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ categories = [
1616
std = ["alloc"]
1717
alloc = []
1818
defmt = ["dep:defmt"]
19+
defmt-03 = ["defmt", "dep:defmt_03100"]
1920

2021
[dependencies]
2122
defmt = { version = "1.0.0", optional = true }
23+
# This feature is deprecated; it is left in place while dependencies such as
24+
# the worspace's embedded-io-async work with either 0.6 and 0.7, but will be
25+
# removed going to a 1.0 version.
26+
defmt_03100 = { package = "defmt", version = "0.3.100", optional = true }
2227

2328
[package.metadata.docs.rs]
2429
features = ["std"]

0 commit comments

Comments
 (0)