From da0e6f8f90ec36480aed5a400330ba7a74b008e7 Mon Sep 17 00:00:00 2001 From: Christophe De Troyer Date: Fri, 17 Jan 2025 14:21:04 +0100 Subject: [PATCH] Update readme to warn against using different escript and deps versions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eae3f718..bbe473a9 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ Since `:protobuf` version `0.14.0` we include all of the well known Google Proto that `protoc-gen-elixir` works: ```bash - $ mix escript.install hex protobuf + $ mix escript.install hex protobuf 0.14.0 ``` + Note: make sure to use the same version of the escript and dependency in your application. 3. Generate Elixir code for [helloworld.proto](https://raw.githubusercontent.com/grpc/grpc/master/examples/protos/helloworld.proto) using `protoc`: