Skip to content

Commit

Permalink
Updated min rust version to 1.60 and linux tests CI to test on Ubuntu…
Browse files Browse the repository at this point in the history
… 20.04 and 22.04
  • Loading branch information
gsleap committed Apr 27, 2023
1 parent c5e5d6f commit e03dfe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test_linux:
strategy:
matrix:
os: ["ubuntu-18.04", "ubuntu-20.04"]
os: ["ubuntu-20.04", "ubuntu-22.04"]
runs-on: ${{ matrix.os }}

steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Changes in each release are listed below.

## 0.16.2 27-Apr-2023

* Updated min rust version to 1.60
* Updated linux tests CI to test on Ubuntu 20.04 and 22.04

## 0.16.1 27-Apr-2023

* MWAX Voltage Buffer mode `MWAX_BUFFER` is now supported.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "mwalib"
version = "0.16.1"
version = "0.16.2"
homepage = "https://github.com/MWATelescope/mwalib"
repository = "https://github.com/MWATelescope/mwalib"
readme = "README.md"
authors = ["Greg Sleap <greg.sleap@curtin.edu.au>",
"Christopher H. Jordan <christopherjordan87@gmail.com>"]
edition = "2021"
rust-version = "1.57"
rust-version = "1.60"
description = "A library to simplify reading Murchison Widefield Array (MWA) raw visibilities, voltages and metadata."
license = "MPL-2.0"
keywords = ["radioastronomy", "mwa", "astronomy"]
Expand Down

0 comments on commit e03dfe5

Please sign in to comment.