Skip to content

Commit

Permalink
Update embassy rev.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmja committed Oct 17, 2023
1 parent 758edb3 commit afb51ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ cortex-m = { version = "0.7.6", optional = true }
cortex-m-rt = { version = "0.7.3", optional = true }
defmt-rtt = { version = "0.4", optional = true }
panic-probe = { version = "0.3.0", features = ["print-defmt"], optional = true }
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "fcb77f3f96479b371e1279c9feed7eddf6b53083", features = [
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "f0497039ed9a735dc5bc8cb05db98b35bc6b673a", features = [
"defmt",
"nightly",
"integrated-timers",
], optional = true }
embassy-time = { version = "0.1.0" }
embassy-rp = { git = "https://github.com/embassy-rs/embassy", rev = "fcb77f3f96479b371e1279c9feed7eddf6b53083", features = [
embassy-rp = { git = "https://github.com/embassy-rs/embassy", rev = "f0497039ed9a735dc5bc8cb05db98b35bc6b673a", features = [
"unstable-pac",
"nightly",
"time-driver",
Expand Down Expand Up @@ -71,5 +71,5 @@ std = [
"embassy-time/generic-queue",
"critical-section/std",
"embedded-io-adapters",
"embedded-io-adapters/tokio-1"
"embedded-io-adapters/tokio-1",
]

0 comments on commit afb51ea

Please sign in to comment.