We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c7acc commit 3d1efcfCopy full SHA for 3d1efcf
1 file changed
examples/rp2040/Cargo.toml
@@ -13,6 +13,6 @@ embassy-embedded-hal = { git = "https://github.com/embassy-rs/embassy.git", feat
13
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", default-features = false, features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread"] }
14
embassy-rp = { git = "https://github.com/embassy-rs/embassy.git", features = ["unstable-pac", "time-driver", "critical-section-impl", "rp2040"] }
15
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", features = ["defmt-timestamp-uptime"]}
16
-fans = "0.2"
+fans = "0.3"
17
panic-probe = { version = "0.3", features = ["print-defmt"] }
18
emc230x = { path = "../.." }
0 commit comments