Skip to content

Commit e6f3729

Browse files
authored
[crystal-lang] Update dependencies to remedy build failure (#18755)
* Updated crystal dependencies to remedy build failure with a mutually conflicting library version. * Samples updated from running PR-suggested build.
1 parent 22f18fa commit e6f3729

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/openapi-generator/src/main/resources/crystal/shard.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ crystal: ">= 0.35.1"
88
dependencies:
99
crest:
1010
github: mamantoha/crest
11-
version: ~> 0.26.0
11+
version: ~> 1.3.13
1212

1313
development_dependencies:
1414
kemal:
1515
github: kemalcr/kemal
16-
version: ~>0.27.0
16+
version: ~>1.5.0
1717
ameba:
1818
github: crystal-ameba/ameba
1919

samples/client/petstore/crystal/shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ crystal: ">= 0.35.1"
88
dependencies:
99
crest:
1010
github: mamantoha/crest
11-
version: ~> 0.26.0
11+
version: ~> 1.3.13
1212

1313
development_dependencies:
1414
kemal:
1515
github: kemalcr/kemal
16-
version: ~>0.27.0
16+
version: ~>1.5.0
1717
ameba:
1818
github: crystal-ameba/ameba
1919

0 commit comments

Comments
 (0)