Skip to content

Commit

Permalink
ci: pin msrv dep version for ureq
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 6, 2025
1 parent 3ad96b5 commit 52ee676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
cargo update -p url --precise "2.5.0"
cargo update -p [email protected] --precise "0.23.19"
cargo update -p [email protected] --precise "0.15.0"
cargo update -p ureq --precise "2.10.1"
- name: Build
run: cargo build --features bitcoin/std,miniscript/std,${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ cargo update -p security-framework-sys --precise "2.11.1"
cargo update -p url --precise "2.5.0"
cargo update -p [email protected] --precise "0.23.19"
cargo update -p [email protected] --precise "0.15.0"
cargo update -p ureq --precise "2.10.1"
```

0 comments on commit 52ee676

Please sign in to comment.