mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-08 00:13:07 +00:00
Fix test1.nim compilation warning.
Bump to 0.1.3
This commit is contained in:
parent
b67ae9534d
commit
2dd31d892a
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "BearSSL wrapper"
|
description = "BearSSL wrapper"
|
||||||
license = "MIT or Apache License 2.0"
|
license = "MIT or Apache License 2.0"
|
||||||
|
|||||||
@ -4,10 +4,10 @@
|
|||||||
# the letter 't').
|
# the letter 't').
|
||||||
#
|
#
|
||||||
# To run these tests, simply execute `nimble test`.
|
# To run these tests, simply execute `nimble test`.
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import bearssl
|
import bearssl
|
||||||
|
|
||||||
|
when defined(nimHasUsed): {.used.}
|
||||||
|
|
||||||
test "dummy":
|
test "dummy":
|
||||||
check true
|
check true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user