grpc-web-client icon indicating copy to clipboard operation
grpc-web-client copied to clipboard

Release new version with updated dependencies

Open devashishdxt opened this issue 4 years ago • 3 comments

Current released version uses tonic v0.4.

devashishdxt avatar Dec 15 '21 04:12 devashishdxt

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.

autarch avatar Jan 01 '22 16:01 autarch

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" }

autarch avatar Jan 16 '22 04:01 autarch

I've created a crate based on this with updated dependencies: https://crates.io/crates/tonic-web-wasm-client

devashishdxt avatar May 27 '22 10:05 devashishdxt