diff --git a/src/riot-rs-rt/Cargo.toml b/src/riot-rs-rt/Cargo.toml index 34d956e22..0d6c3138f 100644 --- a/src/riot-rs-rt/Cargo.toml +++ b/src/riot-rs-rt/Cargo.toml @@ -23,7 +23,7 @@ portable-atomic = { version = "1.6.0", features = ["critical-section"] } [target.'cfg(context = "esp")'.dependencies] esp-hal = { workspace = true, default-features = false } esp-println = { workspace = true, features = ["esp32c3", "log"] } -log = { version = "0.4.20"} +log = { version = "0.4.20" } portable-atomic = { version = "1.6.0", default-features = false, features = ["require-cas"] } [features]