Skip to content

Commit

Permalink
fix(cargo): Updates dependency tree to avoid a compile error on tokio…
Browse files Browse the repository at this point in the history
…_util

For some reason, if you run a `cargo update` right now, the use of
`tokio_util::codec` stops working. Looking at the code, I had no idea how
it worked in the first place, but now it should work with any combination
of the correct versions. This will be a 0.8.1 patch release to fix the
library

Signed-off-by: Taylor Thomas <[email protected]>
  • Loading branch information
thomastaylor312 committed Sep 23, 2022
1 parent e09f969 commit ab5671e
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 385 deletions.

0 comments on commit ab5671e

Please sign in to comment.