diff --git a/Cargo.toml b/Cargo.toml index fc465c4..9df9043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ cortex-m-rt = "0.6.15" embedded-hal = { version = "0.2.5", features=["unproven"] } embedded-time = "0.12.0" -defmt = "0.1.3" -defmt-rtt = "0.1.0" +defmt = "0.2.0" +defmt-rtt = "0.2.0" panic-probe = "0.1.0" rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main", features=["rt"] }