master
Robert Jördens 2019-05-28 13:22:17 +02:00
parent 2d37f8fc44
commit cf8d92b30e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -251,7 +251,7 @@ dependencies = [
[[package]]
name = "stabilizer"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"cortex-m 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cortex-m-log 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "stabilizer"
version = "0.1.0"
version = "0.2.0"
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"]