From 7fc7716ba2b3d1ee0e0d80b1bb7f1a3b042f2da6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 25 Jun 2024 20:14:06 +0200 Subject: [PATCH] bump PAC version for HAL --- va416xx-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va416xx-hal/Cargo.toml b/va416xx-hal/Cargo.toml index aa91a5e..96cb1eb 100644 --- a/va416xx-hal/Cargo.toml +++ b/va416xx-hal/Cargo.toml @@ -29,7 +29,7 @@ default-features = false [dependencies.va416xx] path = "../va416xx" default-features = false -version = "0.1.0" +version = "0.2.0" features = ["critical-section"] [features]