From b21af6b21c64fc1848fdf9583210ed45198274c2 Mon Sep 17 00:00:00 2001 From: Peter Hartley Date: Fri, 28 Jun 2024 11:30:01 +0100 Subject: [PATCH] cross/rp2040: Update rp2040-flash --- cross/rp2040-w5500/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cross/rp2040-w5500/Cargo.toml b/cross/rp2040-w5500/Cargo.toml index bedf233..01da97f 100644 --- a/cross/rp2040-w5500/Cargo.toml +++ b/cross/rp2040-w5500/Cargo.toml @@ -48,8 +48,7 @@ rp-pico = "0.9" w5500-dhcp = { git = "https://github.com/newAM/w5500-rs", rev = "5384cec", version = "0.6", default-features = false, features = [ "defmt", ] } -# We need a rp2040-flash with rp2040-hal 0.10 in it -rp2040-flash = { git = "https://github.com/pdh11/rp2040-flash", rev = "2bf31c9", version = "0.4" } +rp2040-flash = "0.5" cortex-m-rtic = "1" rp2040-hal = { version = "0.10", features = ["rt"] }