mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Support Crystal <= 0.24.2
This commit is contained in:
parent
58e6b42ea9
commit
fa7f5c5b28
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if Crystal::VERSION == "0.24.2" %}
|
||||
{% if compare_versions(Crystal::VERSION, "0.24.2") <= 0 %}
|
||||
# workaround for https://github.com/crystal-lang/crystal/pull/6032
|
||||
module Crystal
|
||||
class Case < ASTNode
|
||||
|
|
Loading…
Reference in a new issue