Skip to content

Commit

Permalink
build: remove async-std dependency (#5848)
Browse files Browse the repository at this point in the history
Introduced by accident (missing `default-features = false`) in
e09d5ad. We directly need only `http_types::StatusCode`.
  • Loading branch information
koivunej authored Nov 10, 2023
1 parent d672e44 commit a05f104
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 555 deletions.
Loading

1 comment on commit a05f104

@github-actions
Copy link

Choose a reason for hiding this comment

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

2444 tests run: 2322 passed, 0 failed, 122 skipped (full report)


Code coverage (full report)

  • functions: 54.6% (8914 of 16330 functions)
  • lines: 81.4% (51302 of 62999 lines)

The comment gets automatically updated with the latest test results
a05f104 at 2023-11-10T14:53:17.971Z :recycle:

Please sign in to comment.