diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-22 10:47:25 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-22 10:47:25 -0400 |
| commit | 34f44829237f33a9940c12f57126a53f2a9c23f3 (patch) | |
| tree | 0ff782ca4a58cef24cfda096b1185b541a707dcd /Cargo.toml | |
| parent | d503c4d2d20922268b3f2d9b8705c04bcaf37b17 (diff) | |
fix build
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" } |
