Skip to content

Commit

Permalink
bump verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Jan 14, 2024
1 parent ac74c09 commit a9285b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions xtask/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ 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].56",
"[email protected].56",
"[email protected].52",
"[email protected].54",
"[email protected].52",
"[email protected].52",
"[email protected].57",
"[email protected].57",
"[email protected].53",
"[email protected].55",
"[email protected].53",
"[email protected].53",
];
// 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
// publish the packages, rather than something nefarious has happened.
let warn_pkgs = [
// this set is only updated if the utralib changes
"[email protected].23",
"[email protected].21",
"[email protected].24",
"[email protected].22",
];
for pkg in check_pkgs {
verify(pkg.into(), true)?;
Expand Down

0 comments on commit a9285b6

Please sign in to comment.