From 4b46313e19f06f2739ee522eb4fbfe8dbcbee630 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 3 Aug 2021 23:44:47 +0200 Subject: 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). --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shard.yml') 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 -- cgit v1.2.3