Skip to content

Commit

Permalink
Merge pull request #158 from GuillaumeGomez/update-minimum-rust-ci
Browse files Browse the repository at this point in the history
Update minimum rust version to 1.70 in CI
  • Loading branch information
GuillaumeGomez authored Sep 4, 2024
2 parents bac564a + da8daa6 commit 6dc9005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.65.0
toolchain: 1.70.0
override: true
components: rustfmt
- run: cargo fmt -- --check
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.65.0
toolchain: 1.70.0
override: true

- name: Build static geos crate
Expand All @@ -76,7 +76,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.65.0
- 1.70.0
- nightly
geos: ["3.6.5", "3.7.5", "3.8.3", "3.9.3", "3.10.3", "3.11.0"]
include:
Expand Down

0 comments on commit 6dc9005

Please sign in to comment.