Skip to content

Commit

Permalink
ci: pin msrv dep version for rustls and hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 6, 2025
1 parent 6a5b418 commit 4537c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
cargo update -p regex --precise "1.7.3"
cargo update -p security-framework-sys --precise "2.11.1"
cargo update -p url --precise "2.5.0"
cargo update -p [email protected].18 --precise "0.23.17"
cargo update -p [email protected].1 --precise "0.15.0"
cargo update -p [email protected].20 --precise "0.23.19"
cargo update -p [email protected].2 --precise "0.15.0"
- name: Build
run: cargo build --features bitcoin/std,miniscript/std,${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ cargo update -p home --precise "0.5.5"
cargo update -p regex --precise "1.7.3"
cargo update -p security-framework-sys --precise "2.11.1"
cargo update -p url --precise "2.5.0"
cargo update -p [email protected].18 --precise "0.23.17"
cargo update -p [email protected].1 --precise "0.15.0"
cargo update -p [email protected].20 --precise "0.23.19"
cargo update -p [email protected].2 --precise "0.15.0"
```

0 comments on commit 4537c51

Please sign in to comment.