mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
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:
parent
e9add69e26
commit
4b46313e19
3 changed files with 71 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue