Skip to content

Commit 1ec66e8

Browse files
committed
use released packages
1 parent 606d6a4 commit 1ec66e8

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

board-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ embedded-hal-nb = "1"
1414
embedded-io = "0.6"
1515

1616
[dependencies.va108xx-hal]
17-
version = "0.10.0"
17+
version = "0.11"
1818
features = ["rt"]
1919

bootloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ num_enum = { version = "0.7", default-features = false }
1515
static_assertions = "1"
1616

1717
[dependencies.va108xx-hal]
18-
version = "0.10"
18+
version = "0.11"
1919

2020
[dependencies.vorago-reb1]
2121
version = "0.8"

examples/embassy/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ embassy-executor = { version = "0.7", features = [
2727
"executor-interrupt"
2828
]}
2929

30-
va108xx-hal = { version = "0.11", path = "../../va108xx-hal" }
31-
va108xx-embassy = { version = "0.2", path = "../../va108xx-embassy" }
30+
va108xx-hal = { version = "0.11" }
31+
va108xx-embassy = { version = "0.2" }
3232

3333
[features]
3434
default = ["ticks-hz-1_000", "va108xx-embassy/irq-oc30-oc31"]

examples/rtic/Cargo.toml

+2-2
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.11", path = "../../va108xx-hal" }
26-
vorago-reb1 = { version = "0.8", path = "../../vorago-reb1" }
25+
va108xx-hal = { version = "0.11" }
26+
vorago-reb1 = { version = "0.8" }

examples/simple/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ cortex-m-semihosting = "0.5.0"
1717

1818
[dependencies.va108xx-hal]
1919
version = "0.11"
20-
path = "../../va108xx-hal"
2120
features = ["rt", "defmt"]
2221

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

flashloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rtic-monotonics = { version = "2", features = ["cortex-m-systick"] }
2929
rtic-sync = {version = "1", features = ["defmt-03"]}
3030

3131
[dependencies.va108xx-hal]
32-
version = "0.10"
32+
version = "0.11"
3333

3434
[dependencies.vorago-reb1]
3535
version = "0.8"

0 commit comments

Comments
 (0)