Skip to content

Commit aff0094

Browse files
committed
Bump MSRV to 1.65
I don't know of any actual incompatibilities, but this is as far back as we're willing to build CI images for.
1 parent 23a9f97 commit aff0094

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
container_image:
5353
# Minimum supported rust (MSRV)
54-
- "georust/proj-ci:proj-9.3.1-rust-1.63"
54+
- "georust/proj-ci:proj-9.3.1-rust-1.65"
5555
# Latest stable rust
5656
- "georust/proj-ci:proj-9.3.1-rust-1.74"
5757
features:
@@ -98,17 +98,17 @@ jobs:
9898
include:
9999
# Minimum supported rust (MSRV)
100100
- container:
101-
image: georust/proj-ci:proj-9.3.1-rust-1.63
101+
image: georust/proj-ci:proj-9.3.1-rust-1.65
102102
env:
103103
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 0
104104
features: ""
105105
- container:
106-
image: georust/proj-ci:proj-9.3.1-rust-1.63
106+
image: georust/proj-ci:proj-9.3.1-rust-1.65
107107
env:
108108
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
109109
features: "--features bundled_proj"
110110
- container:
111-
image: georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.63
111+
image: georust/proj-ci-without-system-proj:proj-9.3.1-rust-1.65
112112
env:
113113
_PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC: 1
114114
features: ""

Cargo.toml

+1-1
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.63"
14+
rust-version = "1.65"
1515

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

proj-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]
99
license = "MIT OR Apache-2.0"
1010
edition = "2021"
1111
links = "proj"
12+
rust-version = "1.65"
1213

1314
[dependencies]
1415

0 commit comments

Comments
 (0)