Skip to content

Commit 7a5f9be

Browse files
authored
Merge pull request #34 from georust/michaelkirk-patch-1
bump MSRV to 1.75
2 parents 0eacf7f + d02c374 commit 7a5f9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/imagebuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
rust_version: ["1.74", "1.78", "1.79"]
25+
rust_version: ["1.75", "1.78", "1.79"]
2626

2727
steps:
2828
- name: Check out repository
@@ -82,7 +82,7 @@ jobs:
8282
{image: proj-ci, testcmd: "git clone https://github.com/georust/proj && cd proj && cargo test --no-default-features && cargo test --features bundled_proj && cargo test --features network && cd proj-sys && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=0 cargo test && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=1 cargo test --features bundled_proj"},
8383
{image: proj-ci-without-system-proj, testcmd: "git clone https://github.com/georust/proj && cd proj && cargo test --features bundled_proj && cd proj-sys && _PROJ_SYS_TEST_EXPECT_BUILD_FROM_SRC=1 cargo test"}
8484
]
85-
rust_version: ["1.74", "1.78", "1.79"]
85+
rust_version: ["1.75", "1.78", "1.79"]
8686

8787
steps:
8888
- name: Check out repository

0 commit comments

Comments
 (0)