diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-04-20 13:18:43 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-04-20 16:03:49 +0000 |
| commit | fca678b8744a925aeb186dca9b4696abc1aac50e (patch) | |
| tree | 76585db42308411f50a0cf1aef4535719fd60183 /Cargo.toml | |
| parent | e870a68893fd0e7a7f544858846fa5e9eac94b4a (diff) | |
Use buildrs for conditional compilation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ rtfm-core = "0.3.0" cortex-m-rt = "0.6.9" heapless = "0.5.0" +[build-dependencies] +version_check = "0.9" + [dependencies.microamp] optional = true version = "0.1.0-alpha.2" |
