Fixing feature unification issue

master
Ryan Summers 2021-07-15 14:07:30 +02:00
parent f1947db6c9
commit b9c1a80df0
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[package]
name = "stabilizer"
version = "0.5.0"
resolver = "2"
authors = ["Robert Jördens <rj@quartiq.de>"]
description = "Firmware for the Sinara Stabilizer board (stm32h743, eth, poe, 2 adc, 2 dac)"
categories = ["embedded", "no-std", "hardware-support", "science"]

View File

@ -1,6 +1,7 @@
[package]
name = "dsp"
version = "0.1.0"
resolver = "2"
authors = ["Robert Jördens <rj@quartiq.de>"]
edition = "2018"
@ -12,7 +13,7 @@ miniconf = "0.1"
[dev-dependencies]
easybench = "1.0"
rand = "0.8"
ndarray = { default-features = false, version = "0.15" }
ndarray = "0.15"
[[bench]]
name = "micro"