Skip to content

Commit

Permalink
bump Crystal + fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Sep 19, 2021
1 parent 05307b4 commit a9bbce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crystal_grpc_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.1.0
FROM crystallang/crystal:1.1.1

WORKDIR /app
COPY crystal_grpc_bench /app
Expand Down
2 changes: 2 additions & 0 deletions crystal_grpc_bench/shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: crystal_grpc_test
version: 0.1.0
dependencies:
logger:
github: crystal-lang/logger.cr
grpc:
github: jgaskins/grpc

0 comments on commit a9bbce3

Please sign in to comment.