Skip to content

Commit

Permalink
ci: unpin rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 24, 2024
1 parent 2b6e1ca commit c493f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
working-directory: crates/cli
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.81
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test -p stac-cli
Expand All @@ -71,7 +70,6 @@ jobs:
working-directory: crates/cli
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.81
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c493f13

Please sign in to comment.