From 951a29d348048c8575634e0649cf10c09cd49935 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sun, 1 Jan 2023 22:03:59 +0000 Subject: [PATCH] Update dependencies to rp-pico=0.6, defmt-rtt=0.4 This indirectly updates rp2040-hal to version 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f47800..730f7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ cortex-m-rt = "0.7" embedded-hal = { version = "0.2.5", features = ["unproven"] } defmt = "0.3" -defmt-rtt = "0.3" +defmt-rtt = "0.4" panic-probe = { version = "0.3", features = ["print-defmt"] } # We're using a Pico by default on this template -rp-pico = "0.5" +rp-pico = "0.6" # but you can use any BSP. Uncomment this to use the pro_micro_rp2040 BSP instead # sparkfun-pro-micro-rp2040 = "0.3"