From e03dfe541e74ebb509e580bd7daa65991c75f77a Mon Sep 17 00:00:00 2001 From: Greg Sleap Date: Thu, 27 Apr 2023 14:04:10 +1000 Subject: [PATCH] Updated min rust version to 1.60 and linux tests CI to test on Ubuntu 20.04 and 22.04 --- .github/workflows/test_linux.yml | 2 +- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index f7b04bb..3077d4a 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e56ab0..66f6980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index ad4519f..25e5191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Christopher H. Jordan "] 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"]