Skip to content

Commit

Permalink
chore(ci): update to cargo-check-external-types 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Feb 15, 2024
1 parent b0c1395 commit 00a703a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-10-10 # Compatible version for cargo-check-external-types
toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types

- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-check-external-types@0.1.9
tool: cargo-check-external-types@0.1.11

- uses: Swatinem/rust-cache@v2

Expand Down

1 comment on commit 00a703a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 00a703a Previous: b0c1395 Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 25167302 ns/iter (± 18401464) 7886974 ns/iter (± 110264) 3.19

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.