Skip to content

Commit 1f4f9eb

Browse files
committed
bump MSRV to 1.70
1 parent 4d1a304 commit 1f4f9eb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
env:
1313
LIBPROJ_VERSION: 9.4.0
14-
RUST_MSRV: "1.70"
15-
RUST_LATEST: "1.77"
14+
RUST_MSRV: "1.75"
15+
RUST_LATEST: "1.83"
1616

1717
jobs:
1818
# work around GHA env strictness

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changes
22

33
## Unreleased
4+
45
- Update to proj-sys 0.24.0 (libproj 9.4.0)
56
- Provide bundled bindings by default and move support for build time generated bindings behind the `buildtime_bindgen` feature of proj-sys
6-
- Bump MSRV to 1.65
7+
- Bump MSRV to 1.70
78

89
## 0.27.2
910

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["proj", "projection", "osgeo", "geo"]
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"
1313
edition = "2018"
14-
rust-version = "1.70"
14+
rust-version = "1.75"
1515

1616
[dependencies]
1717
proj-sys = { version = "0.24.0", path = "proj-sys" }

0 commit comments

Comments
 (0)