grpc-web-client
grpc-web-client copied to clipboard
Release new version with updated dependencies
Current released version uses tonic v0.4.
This would be very helpful! I spent an hour or more trying to understand the very complex type errors I was getting, until I realized that the released version of this crate simply doesn't work with code generated by tonic-build 0.6.
For anyone else who finds this, here's the Cargo.toml line to get the working version:
grpc-web-client = { version = "~0.1", git = "https://github.com/titanous/grpc-web-client", rev = "dd15cde2f36ab10546c332a7bbcb55b1738018a5" }
I've created a crate based on this with updated dependencies: https://crates.io/crates/tonic-web-wasm-client