Skip to content

Commit c693530

Browse files
committed
Move to released packages, done
1 parent 45ee5ad commit c693530

File tree

9 files changed

+11
-18
lines changed

9 files changed

+11
-18
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-
path = "../va108xx-hal"
17+
version = "0.10.0"
1818
features = ["rt"]
1919

bootloader/Cargo.toml

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

1717
[dependencies.va108xx-hal]
18-
version = "0.9"
19-
# path = "../va108xx-hal"
18+
version = "0.10"
2019

2120
[dependencies.vorago-reb1]
22-
version = "0.7"
23-
# path = "../vorago-reb1"
21+
version = "0.8"
2422

2523
[features]
2624
default = []

defmt-testapp/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ version = "1"
2727
features = ["cortex-m-systick"]
2828

2929
[dependencies.va108xx-hal]
30-
version = "0.6"
31-
path = "../va108xx-hal"
30+
version = "0.10"
3231
features = ["rt", "defmt"]
3332

3433
[dependencies.va108xx]
35-
version = "0.3"
36-
path = "../va108xx"
34+
version = "0.5"

examples/embassy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [
2828
]}
2929

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

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

examples/rtic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ once_cell = {version = "1", default-features = false, features = ["critical-sect
2323
ringbuf = { version = "0.4.7", default-features = false, features = ["portable-atomic"] }
2424

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

examples/simple/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ version = "0.10"
2020
features = ["rt", "defmt"]
2121

2222
[dependencies.vorago-reb1]
23-
path = "../../vorago-reb1"
2423
version = "0.8"

flashloader/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +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.9"
33-
# path = "../va108xx-hal"
32+
version = "0.10"
3433

3534
[dependencies.vorago-reb1]
36-
version = "0.7"
37-
# path = "../vorago-reb1"
35+
version = "0.8"

flashloader/slot-a-blinky/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ panic-rtt-target = { version = "0.1.3" }
1111
rtt-target = { version = "0.5" }
1212
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1313
embedded-hal = "1"
14-
va108xx-hal = { path = "../../va108xx-hal" }
14+
va108xx-hal = { version = "0.10.0" }
1515

1616
[profile.dev]
1717
codegen-units = 1

flashloader/slot-b-blinky/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ panic-rtt-target = { version = "0.1.3" }
1111
rtt-target = { version = "0.5" }
1212
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
1313
embedded-hal = "1"
14-
va108xx-hal = { path = "../../va108xx-hal" }
14+
va108xx-hal = { version = "0.10.0" }
1515

1616
[profile.dev]
1717
codegen-units = 1

0 commit comments

Comments
 (0)