From cfee58c790fa5093a8ea0f9d55f959d6119a2bbe Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 24 Apr 2025 15:58:57 +0200 Subject: [PATCH] remove more unused deps --- examples/simple/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/simple/Cargo.toml b/examples/simple/Cargo.toml index c3cc4c1..adbd244 100644 --- a/examples/simple/Cargo.toml +++ b/examples/simple/Cargo.toml @@ -23,14 +23,6 @@ va416xx-hal = { version = "0.5", path = "../../va416xx-hal", features = ["va4163 path = "../../vorago-peb1" optional = true -[dependencies.rtic] -version = "2" -features = ["thumbv7-backend"] - -[dependencies.rtic-monotonics] -version = "2" -features = ["cortex-m-systick"] - [features] default = ["va41630"] va41630 = ["va416xx-hal/va41630", "has-adc-dac"]