pub fn update_configs<I>(
    path: &VfsPath,
    iter: &mut I,
    incr: Increment
) -> Result<Version> where
    I: Iterator<Item = CrateVersion>,