From ba19c77451e67967627d7cd2529b72fd6d2a3cb7 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 21 Sep 2023 08:05:02 -0400 Subject: [PATCH] Add 1.70, 1.71 to CI, bump MSRV to 1.65 --- .github/workflows/test.yml | 24 ++++++++++++------------ geo-postgis/Cargo.toml | 2 +- geo-types/Cargo.toml | 2 +- geo/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f560b36e1..bb823ecc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: matrix: container_image: # Use the latest stable version. No need for older versions. - - "georust/geo-ci:proj-9.2.1-rust-1.70" + - "georust/geo-ci:proj-9.2.1-rust-1.72" container: image: ${{ matrix.container_image }} steps: @@ -77,10 +77,10 @@ jobs: # giving us about 6 months of coverage. # # Minimum supported rust version (MSRV) - - "georust/geo-ci:proj-9.2.1-rust-1.63" + - "georust/geo-ci:proj-9.2.1-rust-1.65" # Two most recent releases - we omit older ones for expedient CI - - "georust/geo-ci:proj-9.2.1-rust-1.69" - - "georust/geo-ci:proj-9.2.1-rust-1.70" + - "georust/geo-ci:proj-9.2.1-rust-1.71" + - "georust/geo-ci:proj-9.2.1-rust-1.72" container: image: ${{ matrix.container_image }} steps: @@ -105,10 +105,10 @@ jobs: # giving us about 6 months of coverage. # # Minimum supported rust version (MSRV) - - "georust/geo-ci:proj-9.2.1-rust-1.63" + - "georust/geo-ci:proj-9.2.1-rust-1.65" # Two most recent releases - we omit older ones for expedient CI - - "georust/geo-ci:proj-9.2.1-rust-1.69" - - "georust/geo-ci:proj-9.2.1-rust-1.70" + - "georust/geo-ci:proj-9.2.1-rust-1.71" + - "georust/geo-ci:proj-9.2.1-rust-1.72" container: image: ${{ matrix.container_image }} steps: @@ -132,10 +132,10 @@ jobs: # giving us about 6 months of coverage. # # Minimum supported rust version (MSRV) - - "georust/geo-ci:proj-9.2.1-rust-1.63" + - "georust/geo-ci:proj-9.2.1-rust-1.65" # Two most recent releases - we omit older ones for expedient CI - - "georust/geo-ci:proj-9.2.1-rust-1.69" - - "georust/geo-ci:proj-9.2.1-rust-1.70" + - "georust/geo-ci:proj-9.2.1-rust-1.71" + - "georust/geo-ci:proj-9.2.1-rust-1.72" container: image: ${{ matrix.container_image }} steps: @@ -155,7 +155,7 @@ jobs: matrix: container_image: # Fuzz only on latest - - "georust/geo-ci:proj-9.2.1-rust-1.70" + - "georust/geo-ci:proj-9.2.1-rust-1.72" container: image: ${{ matrix.container_image }} steps: @@ -168,7 +168,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" container: - image: georust/geo-ci:proj-9.2.1-rust-1.70 + image: georust/geo-ci:proj-9.2.1-rust-1.72 steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/geo-postgis/Cargo.toml b/geo-postgis/Cargo.toml index aec0321dc..933419379 100644 --- a/geo-postgis/Cargo.toml +++ b/geo-postgis/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://docs.rs/geo-postgis/" readme = "../README.md" keywords = ["gis", "geo", "geography", "geospatial", "postgis"] description = "Conversion between `geo-types` and `postgis` types." -rust-version = "1.63" +rust-version = "1.65" edition = "2021" [dependencies] diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 72401914b..a5b9d747c 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -7,7 +7,7 @@ documentation = "https://docs.rs/geo-types/" readme = "../README.md" keywords = ["gis", "geo", "geography", "geospatial"] description = "Geospatial primitive data types" -rust-version = "1.63" +rust-version = "1.65" edition = "2021" [features] diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 59472b99b..f4cf7f648 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -9,7 +9,7 @@ readme = "../README.md" keywords = ["gis", "geo", "geography", "geospatial"] autobenches = true edition = "2021" -rust-version = "1.63" +rust-version = "1.65" categories = ["science::geo"] [features]