prepare next vorago-reb1 release
All checks were successful
Rust/va108xx-rs/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2024-07-04 18:40:26 +02:00
parent 79b7d7b4c2
commit 6e231e2553
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## [v0.5.1] 2024-07-04
- Update `va108xx-hal` dependency to v0.7.0
## [v0.5.0] 2024-06-16
- Updated `va108xx` to v0.3.0 and `va108xx-hal` dependency to v0.6.0

View File

@ -1,6 +1,6 @@
[package]
name = "vorago-reb1"
version = "0.5.0"
version = "0.5.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
edition = "2021"
description = "Board Support Crate for the Vorago REB1 development board"
@ -19,7 +19,6 @@ embedded-hal = "1"
version = "0.3"
[dependencies.va108xx-hal]
path = "../va108xx-hal"
version = "0.7"
features = ["rt"]