Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: remove async-std dependency (#5848)
Introduced by accident (missing `default-features = false`) in e09d5ad. We directly need only `http_types::StatusCode`.
- Loading branch information
a05f104
There was a problem hiding this comment.
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)
a05f104 at 2023-11-10T14:53:17.971Z :recycle: