3 Commits

Author SHA1 Message Date
9e8dbb7c6d hopefully the last small fix
All checks were successful
Rust/va108xx-rs/pipeline/head This commit looks good
2021-12-03 15:07:11 +01:00
1a707aa861 small README fix 2021-12-03 15:06:49 +01:00
02725c9aa2 v0.2.1: updated homepage and repostory
All checks were successful
Rust/va108xx-rs/pipeline/head This commit looks good
2021-12-03 15:04:20 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "va108xx"
version = "0.2.0"
version = "0.2.2"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "PAC for the Vorago VA108xx family of microcontrollers"
homepage = "https://github.com/robamu-org/va108xx-rs"
repository = "https://github.com/robamu-org/va108xx-rs"
homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs"
repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs"
license = "Apache-2.0"
keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"]
categories = ["embedded", "no-std", "hardware-support"]

View File

@ -15,7 +15,7 @@ To use this crate, add this to your `Cargo.toml`
```toml
[dependencies.va108xx]
version = "0.1"
version = "<Most Recent Version>"
features = ["rt"]
```