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 24b9e8a commit 1e02ec7Copy full SHA for 1e02ec7
embedded-io/Cargo.toml
@@ -16,9 +16,14 @@ 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