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

Version bump from tonic 0.4 to 0.6.

Open comath opened this issue 3 years ago • 1 comments

The code in the repo uses tonic 0.6.2, but the version on crates.io uses 0.4.2.

My project successfully builds and passes tests with:

grpc-web-client = { git = "https://github.com/titanous/grpc-web-client" }

but fails with:

grpc-web-client = "0.1.2"

I think you just need to bump to 0.1.3 and re-release.

comath avatar May 06 '22 15:05 comath

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

devashishdxt avatar May 25 '22 15:05 devashishdxt