Fix an error in compiling examples for rp2040

This commit is contained in:
Pawel Rawski 2024-01-04 21:25:55 +01:00
parent 51de518bd3
commit c80781078c

View file

@ -82,7 +82,7 @@ cortex-m = "0.7.6"
critical-section = "1.1"
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
chrono = { version = "0.4", default-features = false, optional = true }
embedded-io = { version = "0.6.0" }
embedded-io = { version = "0.6.1" }
embedded-io-async = { version = "0.6.1" }
embedded-storage = { version = "0.3" }
embedded-storage-async = { version = "0.4.1" }