Skip to content

Commit

Permalink
Fix the tokio-util version
Browse files Browse the repository at this point in the history
from 0.7.12 supports 1.70.0 and later
  • Loading branch information
rantan committed Sep 25, 2024
1 parent 0a84115 commit e537202
Showing 1 changed file with 1 addition 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 @@ -39,6 +39,7 @@ jobs:
cargo update -p proptest --precise "1.2.0"
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.0"
cargo update -p tokio-util --precise "0.7.11"
- name: Build
working-directory: ./crates/chain
run: cargo build -p "tdk_*" ${{ matrix.features }}
Expand Down

0 comments on commit e537202

Please sign in to comment.