Skip to content

Commit 975c4f7

Browse files
authored
Merge pull request #47 from georust/rust_1_90
2 parents c1c6e7b + c21dab9 commit 975c4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/imagebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Include the 2 latest rust versions, plus all the MSRV from the following crates:
2727
# - proj: https://github.com/georust/proj/blob/main/.github/workflows/test.yml
2828
# - geo / geo-types: https://github.com/georust/geo/blob/main/.github/workflows/test.yml
29-
rust_version: ["1.82", "1.85", "1.88", "1.89"]
29+
rust_version: ["1.82", "1.85", "1.89", "1.90"]
3030

3131
steps:
3232
- name: Check out repository
@@ -87,7 +87,7 @@ jobs:
8787
{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"},
8888
{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"}
8989
]
90-
rust_version: ["1.85", "1.88", "1.89"]
90+
rust_version: ["1.85", "1.89", "1.90"]
9191

9292
steps:
9393
- name: Check out repository

0 commit comments

Comments
 (0)