From f2fc1133d5ddf507d92192310f3f3c71fb1c0ba7 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 23 Oct 2024 08:57:35 -0400 Subject: set up for net test --- host/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/Cargo.toml') 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 } -- cgit v1.3.1