diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-23 08:57:35 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-23 08:57:35 -0400 |
| commit | f2fc1133d5ddf507d92192310f3f3c71fb1c0ba7 (patch) | |
| tree | 07841b294e84024157fffe7d29aa656e22ec1c2a /host/Cargo.toml | |
| parent | aa9b8b4a282e72feb7e3f8d59d2626cb43080e8b (diff) | |
set up for net test
Diffstat (limited to 'host/Cargo.toml')
| -rw-r--r-- | host/Cargo.toml | 4 |
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 } |
