From 055df198cbee2dac31c00ee8ee606af971d749ce Mon Sep 17 00:00:00 2001 From: Robert Bastian Date: Tue, 4 Mar 2025 14:36:53 +0100 Subject: [PATCH] fmt --- esp-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-hal/Cargo.toml b/esp-hal/Cargo.toml index 079768ca19..133e6bd19a 100644 --- a/esp-hal/Cargo.toml +++ b/esp-hal/Cargo.toml @@ -83,7 +83,7 @@ esp-config = { version = "0.3.0", path = "../esp-config", features = ["build"] serde = { version = "1.0.218", features = ["derive"] } [dev-dependencies] -jiff = { version = "0.2" } +jiff = { version = "0.2" } [features] default = []