Skip to content

Commit

Permalink
bump MSRV to 1.55, add rust-1.58
Browse files Browse the repository at this point in the history
MSRV for latest 'arbitrary' crate is 1.55
  • Loading branch information
michaelkirk committed Feb 14, 2022
1 parent 73af924 commit 350b33e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -65,10 +65,10 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -92,10 +92,10 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
- "georust/geo-ci:rust-1.55"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.56"
- "georust/geo-ci:rust-1.57"
- "georust/geo-ci:rust-1.58"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions geo-types/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* <https://github.com/georust/geo/pull/705>
* Add +=, -=, \*=, and /= for Point
* <https://github.com/georust/geo/pull/715>
* Note: The MSRV when installing latest dependencies has increased to 1.55
* <https://github.com/georust/geo/pull/726>

## 0.7.2

Expand Down
2 changes: 2 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* <https://github.com/georust/geo/issues/722>
* Add `Transform` algorithm
* <https://github.com/georust/geo/pull/718>
* Note: The MSRV when installing latest dependencies has increased to 1.55
* <https://github.com/georust/geo/pull/726>

## 0.18.0

Expand Down

0 comments on commit 350b33e

Please sign in to comment.