mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-01-29 20:26:09 +00:00
v0.0.2
This commit is contained in:
parent
980109a73e
commit
c4ecdd3499
@ -20,7 +20,7 @@ $ nimble install leopard
|
||||
```
|
||||
In a project's `.nimble` file
|
||||
```nim
|
||||
requires "leopard >= 0.0.1 & < 0.0.2"
|
||||
requires "leopard >= 0.0.2 & < 0.0.3"
|
||||
```
|
||||
In a [nimbus-build-system](https://github.com/status-im/nimbus-build-system) project
|
||||
```text
|
||||
|
@ -1,7 +1,7 @@
|
||||
mode = ScriptMode.Verbose
|
||||
|
||||
packageName = "leopard"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "A wrapper for Leopard-RS"
|
||||
license = "Apache License 2.0 or MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user