Skip to content

Commit

Permalink
update verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Dec 16, 2024
1 parent bd7d2d7 commit 3b21dc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xtask/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pub fn check_project_consistency() -> Result<(), DynError> {
let check_pkgs = [
// this set updates with kernel API changes
"xous^0.9.64",
"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",
"xous-ipc^0.10.4",
"xous-api-log^0.1.63",
"xous-api-names^0.9.65",
"xous-api-susres^0.9.63",
"xous-api-ticktimer^0.9.63",
];
// 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
Expand Down

0 comments on commit 3b21dc7

Please sign in to comment.