Closed koivunej closed 3 years ago
The build failure caused by https://github.com/interledger-rs/interledger-rs/pull/714/checks?check_run_id=2471770996#step:9:1683 which is #712.
Merging this without a waiting period because I hope/guess/assume the ci logs are only concerned, and this did make the log readings re: #712 more difficult.
This removes the csv dump functionality from
interledger-stream
which is enabled on all test runs thanks to--all-features
. The 6e5b804 should be reverted if this dev feature is found being needed later on.Removal of
async-trait
ininterledger-rates
is a drive-by cleanup motivated bycargo udeps
finding it.