Remove support for crystal versions < 1.0.0

This commit is contained in:
Caspian Baska 2021-10-20 15:54:50 +11:00
parent 5790d171ca
commit f8e12cd435
No known key found for this signature in database
GPG Key ID: 61496441785F1433
2 changed files with 1 additions and 3 deletions

View File

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

View File

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