aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-15 11:08:51 -0500
committerBob McWhirter <[email protected]>2021-11-15 11:09:08 -0500
commitc2da49826345e82e7539fce3e96cce203253dc56 (patch)
tree952c7117c7d103c0247a85c2776556c378eeefd8 /embassy-lora
parent4e0a0f27febfb00c9b4ec42275ac6b83c98436ea (diff)
Update to defmt 3.0ish.
Lots of gitrevs deps.
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 00bd3b847..fa46d43f5 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -11,15 +11,9 @@ sx127x = []
11stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] 11stm32wl = ["embassy-stm32", "embassy-stm32/subghz"]
12time = [] 12time = []
13 13
14defmt-trace = []
15defmt-debug = []
16defmt-info = []
17defmt-warn = []
18defmt-error = []
19
20[dependencies] 14[dependencies]
21 15
22defmt = { version = "0.2.3", optional = true } 16defmt = { version = "0.3", optional = true }
23log = { version = "0.4.14", optional = true } 17log = { version = "0.4.14", optional = true }
24 18
25embassy = { version = "0.1.0", path = "../embassy", default-features = false } 19embassy = { version = "0.1.0", path = "../embassy", default-features = false }