From 09207048c393d524a34f63cf65c85a973012a21d Mon Sep 17 00:00:00 2001 From: bunnie Date: Fri, 14 Oct 2022 16:16:23 +0800 Subject: [PATCH] fixup to target the latest packaging conventions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2db9d5309f..745600002e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -328,9 +328,9 @@ libc = { version = "0.2.80", default-features = false } [target.'cfg(target_os = "xous")'.dependencies] libc = { version = "0.2.80", default-features = false } -xous-names = "0.9.7" -xous = "0.9.9" -xous-ipc = "0.9.9" +xous-names = {package = "xous-api-names", version = "0.9"} +xous = "0.9" +xous-ipc = "0.9" rkyv = {version = "0.4.3", default-features = false, features = ["const_generics"]} # Keep this in sync with `[dependencies]` in pregenerate_asm/Cargo.toml.