Skip to content

Commit

Permalink
Add minor channels for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 30, 2022
1 parent dc2e0c7 commit 12c85d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ fn produce_version_db() -> Result<JuliaupVersionDB> {

let minor_channels = &original_available_versions
.iter()
.filter(|&v| v.pre == semver::Prerelease::EMPTY)
.into_grouping_map_by(|&v| (v.major, v.minor))
.max();

Expand Down

0 comments on commit 12c85d5

Please sign in to comment.