aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-10-05 18:07:42 -0400
committerNathan Perry <np@nathanperry.dev>2024-10-05 18:07:42 -0400
commit4693d0d95d2452edcaf587a1ff07f738ad89686d (patch)
treedeca066f56c959ddd6769f37f0d0f1e1e8abf3d9 /Cargo.toml
parentc4f3f28f975d412bd2181b7d4e7d2bf0e5913c85 (diff)
bme: enable dump 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 fd542ea..302e2da 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" }
+drogue_bme680_async = { git = "https://pub.npry.dev/drogue_bme680_async", features = ["dump"] }
lsm6dsm = { git = "https://pub.npry.dev/lsm6dsm" }
serde = { workspace = true, default-features = false, features = ["derive", "alloc"] }