update minimum required nim version

7d2a18115b
here you use c_sizet, that was added in nim 1.2
This commit is contained in:
nikitincrime 2020-07-06 12:29:16 +03:00 committed by GitHub
parent 7d2a18115b
commit a0380527f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ description = "BearSSL wrapper"
license = "MIT or Apache License 2.0"
# Dependencies
requires "nim >= 0.19.6"
requires "nim >= 1.2.0"