Skip to content

Commit 5bf7793

Browse files
committed
Merge pull request 'prep BSP v0.8.0' (#65) from prep-bsp-v0.8.0 into main
Reviewed-on: https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/pulls/65
2 parents 80eea17 + 75e6d98 commit 5bf7793

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/embassy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ embassy-executor = { version = "0.7", features = [
2727
"executor-interrupt"
2828
]}
2929

30-
va108xx-hal = { version = "0.10", path = "../../va108xx-hal" }
30+
va108xx-hal = { version = "0.10" }
3131
va108xx-embassy = { version = "0.1", path = "../../va108xx-embassy" }
3232

3333
[features]

examples/rtic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ rtic-sync = { version = "1.3", features = ["defmt-03"] }
2222
once_cell = {version = "1", default-features = false, features = ["critical-section"]}
2323
ringbuf = { version = "0.4.7", default-features = false, features = ["portable-atomic"] }
2424

25-
va108xx-hal = { version = "0.10", path = "../../va108xx-hal" }
26-
vorago-reb1 = { version = "0.7", path = "../../vorago-reb1" }
25+
va108xx-hal = { version = "0.10" }
26+
vorago-reb1 = { version = "0.8", path = "../../vorago-reb1" }

examples/simple/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ embedded-io = "0.6"
1616
cortex-m-semihosting = "0.5.0"
1717

1818
[dependencies.va108xx-hal]
19-
path = "../../va108xx-hal"
2019
version = "0.10"
2120
features = ["rt", "defmt"]
2221

2322
[dependencies.vorago-reb1]
2423
path = "../../vorago-reb1"
25-
version = "0.7"
24+
version = "0.8"

vorago-reb1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [unreleased]
1010

11+
## [v0.8.0] 2025-02-17
12+
13+
- Bumped `va108xx-hal` dependency to 0.10
14+
1115
## [v0.7.0] 2025-02-13
1216

1317
- Bumped `va108xx-hal` dependency to 0.9

vorago-reb1/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vorago-reb1"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
55
edition = "2021"
66
description = "Board Support Crate for the Vorago REB1 development board"
@@ -18,10 +18,7 @@ nb = "1"
1818
bitfield = ">=0.17, <=0.18"
1919
max116xx-10bit = "0.3"
2020

21-
[dependencies.va108xx-hal]
22-
path = "../va108xx-hal"
23-
version = "0.10"
24-
features = ["rt"]
21+
va108xx-hal = { version = "0.10", features = ["rt"] }
2522

2623
[features]
2724
rt = ["va108xx-hal/rt"]

0 commit comments

Comments
 (0)