Fixing feature unification issue
This commit is contained in:
parent
f1947db6c9
commit
b9c1a80df0
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue