From 34f44829237f33a9940c12f57126a53f2a9c23f3 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 22 Sep 2024 10:47:25 -0400 Subject: fix build --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ac458d..d93e708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,13 +38,13 @@ features = [ ] [build-dependencies] -molybdos_build = { git = "https://pub.npry.dev/molybdos" } +molybdos_build = { git = "https://pub.npry.dev/molybdos", features = ["defmt", "vergen"] } [patch] -"https://pub.npry.dev/molybdos".molybdos = { path = "../molybdos" } -"https://pub.npry.dev/veml7700_async".veml7700_async = { path = "../../fork/veml7700" } -"https://pub.npry.dev/drogue_bme680_async".drogue_bme680_async = { path = "../../fork/drogue_bme680_async" } -"https://pub.npry.dev/lsm6dsm".lsm6dsm = { path = "../lsm6dsm" } +#"https://pub.npry.dev/molybdos".molybdos = { path = "../molybdos" } +#"https://pub.npry.dev/veml7700_async".veml7700_async = { path = "../../fork/veml7700" } +#"https://pub.npry.dev/drogue_bme680_async".drogue_bme680_async = { path = "../../fork/drogue_bme680_async" } +#"https://pub.npry.dev/lsm6dsm".lsm6dsm = { path = "../lsm6dsm" } [patch."https://github.com/embassy-rs/embassy"] embassy-sync = { git = "https://github.com/mammothbane/embassy" } -- cgit v1.3.1