From a9072fff8f0b8d44494a9e237cbc55c6eada5af3 Mon Sep 17 00:00:00 2001 From: v8-overclocked Date: Mon, 2 Oct 2023 12:54:47 -0700 Subject: [PATCH] fixes https://github.com/stepancheg/rust-protobuf/issues/669 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 688cecfd0..81ae0a907 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ See [CHANGELOG.md](CHANGELOG.md) for a list of changes and compatility issues be ## Related projects -* [prost](https://github.com/danburkert/prost) — another protobuf implementation in Rust, also has gRPC implementation +* [prost](https://github.com/tokio-rs/prost) — another protobuf implementation in Rust, also has gRPC implementation * [quick-protobuf](https://github.com/tafia/quick-protobuf) — alternative protobuf implementation in Rust * [grpc-rs](https://github.com/pingcap/grpc-rs/) — another gRPC implementation for Rust * [grpc-rust](https://github.com/stepancheg/grpc-rust) — incomplete implementation of gRPC based on this library