diff options
| author | Bob McWhirter <[email protected]> | 2021-11-15 11:08:51 -0500 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-15 11:09:08 -0500 |
| commit | c2da49826345e82e7539fce3e96cce203253dc56 (patch) | |
| tree | 952c7117c7d103c0247a85c2776556c378eeefd8 /embassy-lora | |
| parent | 4e0a0f27febfb00c9b4ec42275ac6b83c98436ea (diff) | |
Update to defmt 3.0ish.
Lots of gitrevs deps.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 8 |
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 = [] | |||
| 11 | stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] | 11 | stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] |
| 12 | time = [] | 12 | time = [] |
| 13 | 13 | ||
| 14 | defmt-trace = [] | ||
| 15 | defmt-debug = [] | ||
| 16 | defmt-info = [] | ||
| 17 | defmt-warn = [] | ||
| 18 | defmt-error = [] | ||
| 19 | |||
| 20 | [dependencies] | 14 | [dependencies] |
| 21 | 15 | ||
| 22 | defmt = { version = "0.2.3", optional = true } | 16 | defmt = { version = "0.3", optional = true } |
| 23 | log = { version = "0.4.14", optional = true } | 17 | log = { version = "0.4.14", optional = true } |
| 24 | 18 | ||
| 25 | embassy = { version = "0.1.0", path = "../embassy", default-features = false } | 19 | embassy = { version = "0.1.0", path = "../embassy", default-features = false } |
