Skip to content

Commit

Permalink
Merge branch 'master' into allow-client-settings-opt-mint
Browse files Browse the repository at this point in the history
  • Loading branch information
beligante authored Jul 10, 2024
2 parents 2f4623a + 1729149 commit c64630c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ The package can be installed as:
```elixir
def deps do
[
{:grpc, "~> 0.7"},
# We don't force protobuf as a dependency for more
# flexibility on which protobuf library is used,
# but you probably want to use it as well
{:protobuf, "~> 0.11"}
{:grpc, "~> 0.8"}
]
end
```
Expand Down

0 comments on commit c64630c

Please sign in to comment.