Skip to content

Commit

Permalink
Merge #94
Browse files Browse the repository at this point in the history
94: Bump MSRV to 1.67 r=lnicola a=lnicola

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [x] I added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Laurențiu Nicola <[email protected]>
  • Loading branch information
bors[bot] and lnicola authored Aug 29, 2023
2 parents 032cf32 + 5a40e1d commit aba18ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.65"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.66"
- "georust/geo-ci:rust-1.67"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.69"
- "georust/geo-ci:rust-1.70"
container:
image: ${{ matrix.container_image }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- [#94](https://github.com/georust/gpx/pull/94): Bump MSRV to 1.67.

## 0.9.1

- [#90](https://github.com/georust/gpx/pull/88): Allow `<extensions>` tags on the root element.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
documentation = "https://docs.rs/gpx"
repository = "https://github.com/georust/gpx"
edition = "2018"
rust-version = "1.65"
rust-version = "1.67"

[package.metadata.docs.rs]
features = ["use-serde"]
Expand Down

0 comments on commit aba18ad

Please sign in to comment.