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).
This commit is contained in:
Samantaz Fox
2021-08-03 23:44:47 +02:00
committed by GitHub
parent e9add69e26
commit 4b46313e19
3 changed files with 71 additions and 51 deletions

View File

@@ -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