Skip to content

Commit

Permalink
Merge pull request #80 from andrewdavidmackenzie/dependabot/cargo/emb…
Browse files Browse the repository at this point in the history
…assy-executor-0.6.0
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
2 parents abc57c3 + dba926c commit 4992081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picomon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
embassy-time = { version = "0.3.0", default-features = false, features = ["defmt", "defmt-timestamp-uptime"] }
embassy-executor = { version = "0.5.0", default-features = false, features = ["task-arena-size-65536", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
embassy-executor = { version = "0.6.0", default-features = false, features = ["task-arena-size-65536", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
embassy-rp = { version = "0.1.0", default-features = false, features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl"] }
embassy-net = { version = "0.4.0", default-features = false, features = ["defmt", "tcp", "udp", "dns", "dhcpv4"] }
embassy-usb-logger = { version = "0.2.0", default-features = false }
Expand Down

0 comments on commit 4992081

Please sign in to comment.