diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-10-05 18:10:01 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-10-05 18:10:01 -0400 |
| commit | 132fd4ea696dbc00c75eee7a7cecc89bda3609dd (patch) | |
| tree | dd177fb042932774b1cbb225c0fb8bbaca969d8a | |
| parent | 4693d0d95d2452edcaf587a1ff07f738ad89686d (diff) | |
bme: enable defmt alsov0.2.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ disable_i2s = [] [dependencies] veml7700_async = { git = "https://pub.npry.dev/veml7700_async" } -drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump"] } +drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump", "defmt"] } lsm6dsm = { git = "https://pub.npry.dev/lsm6dsm" } serde = { workspace = true, default-features = false, features = ["derive", "alloc"] } |
