From 25f7b79f28fc50fa3a1d6f5c7777f7e23f867c09 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 1 Oct 2024 10:55:55 +0200 Subject: [PATCH] use released HAL dependency --- vorago-peb1/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/vorago-peb1/Cargo.toml b/vorago-peb1/Cargo.toml index 042a4bb..928f499 100644 --- a/vorago-peb1/Cargo.toml +++ b/vorago-peb1/Cargo.toml @@ -16,7 +16,6 @@ cortex-m-rt = "0.7" embedded-hal = "1" [dependencies.va416xx-hal] -path = "../va416xx-hal" features = ["va41630"] version = ">=0.3, <0.4"