aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 302e2da..2ac0bea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }