From 4782ad29d09bfc9225b641e0ccb33ce214c4d163 Mon Sep 17 00:00:00 2001 From: Justin Beaurivage Date: Sun, 24 Nov 2024 20:19:19 -0500 Subject: [PATCH] chore(grand_central_m4): Remove path dependency to `atsamd-hal` (#790) --- boards/grand_central_m4/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/grand_central_m4/Cargo.toml b/boards/grand_central_m4/Cargo.toml index f908134cf6b..c5bdedc4dd1 100644 --- a/boards/grand_central_m4/Cargo.toml +++ b/boards/grand_central_m4/Cargo.toml @@ -16,7 +16,6 @@ optional = true [dependencies.atsamd-hal] version = "0.19.0" -path = "../../hal" default-features = false [dependencies.usb-device]