Skip to content

Commit

Permalink
Merge branch 'master' into depchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored Oct 30, 2024
2 parents a96df77 + 550dc6d commit cc06b87
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions xtask/src/bump_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ impl BumpVersion {

for starter_project in starter_projects {
Self::replace_loco_rs_version(&starter_project, replace_with)?;

let migration_lock_file = starter_project.join("migration");
if migration_lock_file.exists() {
Self::replace_loco_rs_version(
&migration_lock_file,
replace_migrator.unwrap_or(replace_with),
)?;
}
}

Ok(())
Expand Down

0 comments on commit cc06b87

Please sign in to comment.