aboutsummaryrefslogtreecommitdiff
path: root/host/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'host/Cargo.toml')
-rw-r--r--host/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Cargo.toml b/host/Cargo.toml
index 2b8dd7f..c3156b4 100644
--- a/host/Cargo.toml
+++ b/host/Cargo.toml
@@ -18,8 +18,8 @@ eyre = "0.6"
serde = "1.0"
ssmarshal = { version = "1.0", features = ["std"] }
-embassy-executor = { git = "https://github.com/embassy-rs/embassy", features = ["arch-std"] }
-embassy-time = { git = "https://github.com/embassy-rs/embassy", features = ["std", "generic-queue"] }
+embassy-executor = { git = "https://pub.npry.dev/embassy", features = ["arch-std"] }
+embassy-time = { git = "https://pub.npry.dev/embassy", features = ["std", "generic-queue"] }
molybdos_lib = { git = "https://pub.npry.dev/molybdos", features = ["postcard", "serde", "std"], default-features = false }