Skip to content

Commit

Permalink
Run against ord minimum rust
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Nov 23, 2024
1 parent 11e6554 commit 44dd538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.79.0

- uses: Swatinem/rust-cache@v2

Expand All @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
bitcoinversion:
- "0.21.0"
- 0.21.0
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 44dd538

Please sign in to comment.