Skip to content

Commit 9785014

Browse files
committed
fixup! io: Retain a defmt-03 feature
This reverts commit 1e02ec7.
1 parent 7e65ea4 commit 9785014

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

embedded-io/Cargo.toml

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

2120
[dependencies]
2221
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 }
2722

2823
[package.metadata.docs.rs]
2924
features = ["std"]

0 commit comments

Comments
 (0)