Remove support for crystal versions < 1.0.0

master
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:
stable: [true]
crystal:
- 0.36.0
- 0.36.1
- 1.0.0
- 1.1.0
- 1.1.1

View File

@ -4,7 +4,7 @@ version: 1.2.3
authors:
- Andrew Hamon <andrew@hamon.cc>
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
crystal: ">= 0.36.0"
crystal: ">= 1.0.0"
targets:
blake2b_hash:
main: examples/blake2b_hash.cr