summaryrefslogtreecommitdiffstats
path: root/shard.yml
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2021-08-03 23:44:47 +0200
committerGitHub <noreply@github.com>2021-08-03 23:44:47 +0200
commit4b46313e19f06f2739ee522eb4fbfe8dbcbee630 (patch)
treed45624d19b9b94dbb65bce18a8ff35df230c6204 /shard.yml
parente9add69e267c143925ba51d54c03deaba2e0e85a (diff)
downloadinvidious-4b46313e19f06f2739ee522eb4fbfe8dbcbee630.tar.gz
invidious-4b46313e19f06f2739ee522eb4fbfe8dbcbee630.tar.bz2
invidious-4b46313e19f06f2739ee522eb4fbfe8dbcbee630.zip
Fix crystal overrides (#2295)
* Move Crystal stdlib classes overrides to a separate file * Document known crystal overrides * Update crystal overrides for HTTP::Client socket * Update shard.yml to restrict crystal versions * Fix compilation error in Crystal 1.1.x (See https://github.com/crystal-lang/crystal/issues/10965 for more details about this issue).
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shard.yml b/shard.yml
index fca1ce02..2df4909c 100644
--- a/shard.yml
+++ b/shard.yml
@@ -26,6 +26,6 @@ dependencies:
github: iv-org/lsquic.cr
version: ~> 2.18.1-2
-crystal: 1.0.0
+crystal: ">= 1.0.0, < 2.0.0"
license: AGPLv3