From 6a83d2e5072f1f98879ed3d3e4539f819d1cd692 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 1 Jul 2024 14:58:18 +0200 Subject: [PATCH] use releases version of the PAC --- va416xx-hal/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index 25a9679..8644adc 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -29,9 +29,8 @@ version = "1" default-features = false [dependencies.va416xx] -path = "../va416xx" default-features = false -version = "0.2.0" +version = "0.2" features = ["critical-section"] [features]