diff --git a/bootloader/Cargo.toml b/bootloader/Cargo.toml index b03716f..103a97d 100644 --- a/bootloader/Cargo.toml +++ b/bootloader/Cargo.toml @@ -15,10 +15,12 @@ num_enum = { version = "0.7", default-features = false } static_assertions = "1" [dependencies.va108xx-hal] -path = "../va108xx-hal" +version = "0.9" +# path = "../va108xx-hal" [dependencies.vorago-reb1] -path = "../vorago-reb1" +version = "0.7" +# path = "../vorago-reb1" [features] default = [] diff --git a/examples/embassy/Cargo.toml b/examples/embassy/Cargo.toml index 2790f75..3589c24 100644 --- a/examples/embassy/Cargo.toml +++ b/examples/embassy/Cargo.toml @@ -28,7 +28,7 @@ embassy-executor = { version = "0.7", features = [ ]} va108xx-hal = "0.9" -va108xx-embassy = { path = "../../va108xx-embassy", default-features = false } +va108xx-embassy = "0.1" [features] default = ["ticks-hz-1_000", "va108xx-embassy/irq-oc30-oc31"] diff --git a/flashloader/Cargo.toml b/flashloader/Cargo.toml index 439fe5c..9d930ea 100644 --- a/flashloader/Cargo.toml +++ b/flashloader/Cargo.toml @@ -29,7 +29,9 @@ rtic-monotonics = { version = "2", features = ["cortex-m-systick"] } rtic-sync = {version = "1", features = ["defmt-03"]} [dependencies.va108xx-hal] -path = "../va108xx-hal" +version = "0.9" +# path = "../va108xx-hal" [dependencies.vorago-reb1] -path = "../vorago-reb1" +version = "0.7" +# path = "../vorago-reb1"