Skip to content

Commit

Permalink
build: cargo update; fix tarpc/tokio_serde deps
Browse files Browse the repository at this point in the history
After cargo update, we got tarpc build errors.

The cause was that tokio_serde had updated to a new major version and
neptune-core was using that version to interact with tarpc, which uses
older version.

The fix is to use tarpc::tokio_serde re-export.

The fix then exposed that we were not using the tarpc feature-flag
`serde-transport-json`.

With that corrected, it builds cleanly.
  • Loading branch information
dan-da committed Feb 12, 2024
1 parent 2309850 commit 59b4eed
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 97 deletions.
Loading

0 comments on commit 59b4eed

Please sign in to comment.