2 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
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "va108xx"
version = "0.2.1"
version = "0.2.2"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "PAC for the Vorago VA108xx family of microcontrollers"

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"]
```