From 2dd31d892a84df180d44dc2fd5d2bc6bb64c5fd3 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 6 Nov 2019 13:35:31 +0200 Subject: [PATCH] Fix test1.nim compilation warning. Bump to 0.1.3 --- bearssl.nimble | 2 +- tests/test1.nim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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