Fix test1.nim compilation warning.

Bump to 0.1.3
This commit is contained in:
cheatfate 2019-11-06 13:35:31 +02:00
parent b67ae9534d
commit 2dd31d892a
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.1.2"
version = "0.1.3"
author = "Status Research & Development GmbH"
description = "BearSSL wrapper"
license = "MIT or Apache License 2.0"

View File

@ -4,10 +4,10 @@
# the letter 't').
#
# To run these tests, simply execute `nimble test`.
import unittest
import bearssl
when defined(nimHasUsed): {.used.}
test "dummy":
check true