Skip to content

Commit

Permalink
bump MSRV to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 5, 2023
1 parent 1343f2b commit e909f29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
# giving us about 6 months of coverage.
#
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.63"
- "georust/geo-ci:rust-1.70"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.65"
- "georust/geo-ci:rust-1.66"
- "georust/geo-ci:rust-1.71"
- "georust/geo-ci:rust-1.72"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Remove `chrono` dependency
- update geo-types to 0.7.8
- bump MSRV to 1.69 to keep CI happy

### Breaking Changes

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/georust/geocoding"
keywords = ["gecoding", "geo", "gis", "geospatial"]
readme = "README.md"
edition = "2018"
rust-version = "1.69"

[dependencies]
thiserror = "1.0"
Expand Down

0 comments on commit e909f29

Please sign in to comment.