selmeci / dgraph-tonic

Async/Sync gRPC client for Dgraph DB
MIT License
83 stars 8 forks source link

failure is deprecated #19

Closed theduke closed 4 years ago

theduke commented 4 years ago

failure has been deprecated: https://github.com/rust-lang-nursery/failure.

There are some replacements available, but I'd argue for not using any dependencies and just writing the error impls by hand.