From 8e8acbd61c224df38a367a9cdd30075966860bf9 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Mon, 21 Jun 2021 12:42:49 -0700 Subject: Upgrade rust/crates/grpcio to 0.9.0 Test: make Change-Id: I05fd19472fbf556926a0145466f45235e089ab9f --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4d384a..ca9e9da 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For Windows, you also need to install following software: ## Build ``` -$ ./scripts/reset-submodule.cmd # if you just cloned the repository +$ cargo xtask submodule # if you just cloned the repository $ cargo build ``` @@ -142,5 +142,5 @@ Make sure to format and test the code before sending a PR. If the content in grpc-sys/grpc is updated, you may need to regenerate bindings: ``` -$ ./scripts/generate-bindings.sh +$ cargo xtask bindgen ``` -- cgit v1.2.3