Remove support for crystal versions < 1.0.0
This commit is contained in:
parent
5790d171ca
commit
f8e12cd435
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
stable: [true]
|
stable: [true]
|
||||||
crystal:
|
crystal:
|
||||||
- 0.36.0
|
|
||||||
- 0.36.1
|
|
||||||
- 1.0.0
|
- 1.0.0
|
||||||
- 1.1.0
|
- 1.1.0
|
||||||
- 1.1.1
|
- 1.1.1
|
||||||
|
@ -4,7 +4,7 @@ version: 1.2.3
|
|||||||
authors:
|
authors:
|
||||||
- Andrew Hamon <andrew@hamon.cc>
|
- Andrew Hamon <andrew@hamon.cc>
|
||||||
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
||||||
crystal: ">= 0.36.0"
|
crystal: ">= 1.0.0"
|
||||||
targets:
|
targets:
|
||||||
blake2b_hash:
|
blake2b_hash:
|
||||||
main: examples/blake2b_hash.cr
|
main: examples/blake2b_hash.cr
|
||||||
|
Loading…
Reference in New Issue
Block a user