From 69f476b26c20fc685307b59287021e6fe92b0645 Mon Sep 17 00:00:00 2001 From: bunnie Date: Mon, 2 Dec 2024 19:37:09 +0800 Subject: [PATCH] Update verifier.rs --- xtask/src/verifier.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xtask/src/verifier.rs b/xtask/src/verifier.rs index bb4cff439..3df68e47c 100644 --- a/xtask/src/verifier.rs +++ b/xtask/src/verifier.rs @@ -12,12 +12,12 @@ pub fn check_project_consistency() -> Result<(), DynError> { // TODO: retire utralib/svd2utra from publication as well let check_pkgs = [ // this set updates with kernel API changes - "xous^0.9.64", - "xous-ipc^0.10.2", - "xous-api-log^0.1.61", - "xous-api-names^0.9.63", - "xous-api-susres^0.9.61", - "xous-api-ticktimer^0.9.61", + "xous^0.9.65", + "xous-ipc^0.10.3", + "xous-api-log^0.1.62", + "xous-api-names^0.9.64", + "xous-api-susres^0.9.62", + "xous-api-ticktimer^0.9.62", ]; // utra/svd2utra changes are downgraded to warnings because these now prefer to pull // from the local patch version, so any inconsistency simply indicates we forgot to