mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Bump supported Crystal version
This commit is contained in:
parent
023066b452
commit
29dc114f7a
1 changed files with 5 additions and 5 deletions
10
shard.yml
10
shard.yml
|
@ -9,13 +9,13 @@ targets:
|
||||||
main: src/invidious.cr
|
main: src/invidious.cr
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
kemal:
|
|
||||||
github: kemalcr/kemal
|
|
||||||
pg:
|
|
||||||
github: will/crystal-pg
|
|
||||||
detect_language:
|
detect_language:
|
||||||
github: detectlanguage/detectlanguage-crystal
|
github: detectlanguage/detectlanguage-crystal
|
||||||
|
kemal:
|
||||||
|
github: kemalcr/kemal
|
||||||
|
pg:
|
||||||
|
github: will/crystal-pg
|
||||||
|
|
||||||
crystal: 0.26.0
|
crystal: 0.26.1
|
||||||
|
|
||||||
license: AGPLv3
|
license: AGPLv3
|
||||||
|
|
Loading…
Reference in a new issue