mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-02-11 10:26:44 +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
|
In a project's `.nimble` file
|
||||||
```nim
|
```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
|
In a [nimbus-build-system](https://github.com/status-im/nimbus-build-system) project
|
||||||
```text
|
```text
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
mode = ScriptMode.Verbose
|
mode = ScriptMode.Verbose
|
||||||
|
|
||||||
packageName = "leopard"
|
packageName = "leopard"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "A wrapper for Leopard-RS"
|
description = "A wrapper for Leopard-RS"
|
||||||
license = "Apache License 2.0 or MIT"
|
license = "Apache License 2.0 or MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user