Skip to content

Commit

Permalink
Merge pull request comit-network#82 from thomaseizinger/upgrade-tokio…
Browse files Browse the repository at this point in the history
…-1.0
  • Loading branch information
thomaseizinger committed Feb 1, 2021
2 parents b4a4dfa + 0ea63fd commit 5ce6ce6
Show file tree
Hide file tree
Showing 11 changed files with 294 additions and 1,091 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
path: |
~/.cargo/bin/cargo-honggfuzz
~/.cargo/bin/cargo-hfuzz
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz-0.5.51

- name: Install honggfuzz
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz --version 0.5.51

- name: Install fuzz dependencies
run: |
Expand Down

0 comments on commit 5ce6ce6

Please sign in to comment.