Skip to content

Commit

Permalink
Remove tokio-util from test, no longer used?
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 13, 2024
1 parent adc2d40 commit 7102e69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
cargo update -p home --precise 0.5.5
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.1"
cargo update -p tokio-util --precise "0.7.11"
- name: Build
run: cargo build --features ${{ matrix.features }},${{ matrix.runtime != 'blocking' && matrix.runtime || '' }} --no-default-features
Expand Down

0 comments on commit 7102e69

Please sign in to comment.