Skip to content

Commit 09fa58d

Browse files
committed
Fix runtime dependency
It was in the development_dependencies by mistake
1 parent 2a5b34d commit 09fa58d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ targets:
1111
dependencies:
1212
db: # Used for DB::Pool to get a connection pool for `HTTP::Client`s
1313
github: crystal-lang/crystal-db
14+
protobuf:
15+
# github: jeromegn/protobuf.cr
16+
github: m-o-e/protobuf.cr
17+
branch: improve-enum # Uses short names for enums
1418

1519
# For the example web app
1620
development_dependencies:
1721
armature:
1822
github: jgaskins/armature
1923
interro:
2024
github: jgaskins/interro
21-
protobuf:
22-
# github: jeromegn/protobuf.cr
23-
github: m-o-e/protobuf.cr
24-
branch: improve-enum
2525
mpsc:
2626
github: jgaskins/mpsc
2727

0 commit comments

Comments
 (0)