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.
1 parent 7e65ea4 commit 9785014Copy full SHA for 9785014
embedded-io/Cargo.toml
@@ -16,14 +16,9 @@ categories = [
16
std = ["alloc"]
17
alloc = []
18
defmt = ["dep:defmt"]
19
-defmt-03 = ["defmt", "dep:defmt_03100"]
20
21
[dependencies]
22
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 }
27
28
[package.metadata.docs.rs]
29
features = ["std"]
0 commit comments