Skip to content

Commit

Permalink
fix verifier numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Dec 1, 2023
1 parent 5aff0f2 commit 6d71dc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xtask/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
"[email protected].54",
"[email protected].54",
"[email protected].50",
"[email protected].52",
"[email protected].50",
"[email protected].50",
"[email protected].55",
"[email protected].55",
"[email protected].51",
"[email protected].53",
"[email protected].51",
"[email protected].51",
];
// 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 6d71dc0

Please sign in to comment.