diff --git a/bearssl.nimble b/bearssl.nimble index 1fc4c48..d0b0311 100644 --- a/bearssl.nimble +++ b/bearssl.nimble @@ -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" diff --git a/tests/test1.nim b/tests/test1.nim index d4578d9..b30580e 100644 --- a/tests/test1.nim +++ b/tests/test1.nim @@ -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