update manifest file and deps
This commit is contained in:
parent
ab439ac35d
commit
bffba52fa5
30
Cargo.toml
30
Cargo.toml
@ -1,32 +1,38 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "vorago-reb1"
|
name = "vorago-reb1"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Board Support Crate for the Vorago REB1 development board"
|
description = "Board Support Crate for the Vorago REB1 development board"
|
||||||
homepage = "https://github.com/robamu/vorago-reb1-rs"
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1"
|
||||||
repository = "https://github.com/robamu/vorago-reb1-rs"
|
repository = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "Apache-2.0"
|
||||||
keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"]
|
keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"]
|
||||||
categories = ["embedded", "no-std", "hardware-support"]
|
categories = ["aerospace", "embedded", "no-std", "hardware-support"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.3"
|
cortex-m = "0.7.5"
|
||||||
cortex-m-rt = "0.7.0"
|
cortex-m-rt = "0.7.1"
|
||||||
embedded-hal = "0.2.6"
|
embedded-hal = "0.2.7"
|
||||||
dummy-pin = "0.1.1"
|
dummy-pin = "0.1.1"
|
||||||
max116xx-10bit = "0.2.1"
|
max116xx-10bit = "0.2.1"
|
||||||
|
|
||||||
[dependencies.va108xx-hal]
|
[dependencies.va108xx-hal]
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
features = ["rt"]
|
features = ["rt"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rt = ["va108xx-hal/rt"]
|
rt = ["va108xx-hal/rt"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cortex-m-rtic = "0.6.0-rc.4"
|
cortex-m-rtic = "1.1.2"
|
||||||
panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
|
|
||||||
rtt-target = { version = "0.3", features = ["cortex-m"] }
|
|
||||||
panic-halt = "0.2"
|
panic-halt = "0.2"
|
||||||
nb = "1.0.0"
|
nb = "1.0.0"
|
||||||
|
|
||||||
|
[dev-dependencies.rtt-target]
|
||||||
|
version = "0.3"
|
||||||
|
features = ["cortex-m"]
|
||||||
|
|
||||||
|
[dev-dependencies.panic-rtt-target]
|
||||||
|
version = "0.1"
|
||||||
|
features = ["cortex-m"]
|
||||||
|
Reference in New Issue
Block a user