Skip to content

Commit

Permalink
bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Dec 20, 2024
1 parent 4d1a304 commit 1f4f9eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
LIBPROJ_VERSION: 9.4.0
RUST_MSRV: "1.70"
RUST_LATEST: "1.77"
RUST_MSRV: "1.75"
RUST_LATEST: "1.83"

jobs:
# work around GHA env strictness
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changes

## Unreleased

- Update to proj-sys 0.24.0 (libproj 9.4.0)
- Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
- Bump MSRV to 1.65
- Bump MSRV to 1.70

## 0.27.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["proj", "projection", "osgeo", "geo"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
rust-version = "1.70"
rust-version = "1.75"

[dependencies]
proj-sys = { version = "0.24.0", path = "proj-sys" }
Expand Down

0 comments on commit 1f4f9eb

Please sign in to comment.