diff --git a/Cargo.toml b/Cargo.toml index 6ad7504..5f065ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ description = "A LoRa physical layer implementation enabling utilization of a ra [dependencies] defmt = { version = "0.3" } -log = { version = "0.4" } lora-modulation = { version = ">=0.1.2" } num-traits = { version = "0.2", default-features = false }