release 0.3.0

master
Robert Jördens 2020-01-21 12:48:39 +01:00
parent 0434ee4288
commit 0fd442e67f
2 changed files with 3 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,16 +1,15 @@
[package]
name = "stabilizer"
version = "0.2.0"
version = "0.3.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"]
license = "GPL-3.0-or-later"
keywords = ["ethernet", "eth", "stm32", "stm32h7", "adc", "dac", "tcp", "no-std", "embedded"]
keywords = ["ethernet", "stm32h7", "adc", "dac", "physics"]
repository = "https://github.com/quartiq/stabilizer"
readme = "README.md"
documentation = "https://docs.rs/stabilizer/"
edition = "2018"
publish = false
exclude = [
".travis.yml",
".gitignore",