Skip to content

Commit

Permalink
Add minor channels for prerelease
Browse files Browse the repository at this point in the history
(cherry picked from commit 12c85d5)
  • Loading branch information
davidanthoff authored and visr committed Aug 15, 2022
1 parent e18941f commit 393b41e
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 @@ -86,7 +86,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 393b41e

Please sign in to comment.