-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version, MSRV and update coverage CI.
I don't like it, but this post (https://users.rust-lang.org/t/rust-version-requirement-change-as-semver-breaking-or-not/20980/65) suggests that it's fine to release a patch version from 0.x.y to 0.x.(y+1) when bumping the MSRV. I wouldn't normally do this, but it's unlikely to affect anyone, and we're doing it because someone else bumped MSRV when they probably shouldn't have. /shrug mwalib's CI was still using the nightly toolchain to generate coverage; it's now using the stable toolchain.
- Loading branch information
Showing
2 changed files
with
31 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "mwalib" | ||
version = "0.15.0" | ||
version = "0.15.1" | ||
homepage = "https://github.com/MWATelescope/mwalib" | ||
repository = "https://github.com/MWATelescope/mwalib" | ||
readme = "README.md" | ||
authors = ["Greg Sleap <[email protected]>", | ||
"Christopher H. Jordan <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.56" | ||
rust-version = "1.57" | ||
description = "A library to simplify reading Murchison Widefield Array (MWA) raw visibilities, voltages and metadata." | ||
license = "MPL-2.0" | ||
keywords = ["radioastronomy", "mwa", "astronomy"] | ||
|