aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-rp')
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index d97b7c6fc..48f7ad138 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -81,7 +81,7 @@ boot2-w25q080 = []
81boot2-w25x10cl = [] 81boot2-w25x10cl = []
82 82
83[dependencies] 83[dependencies]
84embassy-sync = { version = "0.5.0", path = "../embassy-sync" } 84embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
85embassy-time-driver = { version = "0.1", path = "../embassy-time-driver", optional = true } 85embassy-time-driver = { version = "0.1", path = "../embassy-time-driver", optional = true }
86embassy-time = { version = "0.3.0", path = "../embassy-time" } 86embassy-time = { version = "0.3.0", path = "../embassy-time" }
87embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 87embassy-futures = { version = "0.1.0", path = "../embassy-futures" }