nim-eth-versioned/eth_versioned.nimble
Eric 8d770b76d2
version 1.0.0
Points to nim-eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7
2024-11-27 18:56:00 +11:00

11 lines
452 B
Nim

# corresponds to what the dependent package version SHOULD BE, following the
# [semver spec](http://semver.org/) [with initial release at
# 1.0.0](https://docs.npmjs.com/about-semantic-versioning#incrementing-semantic-versions-in-published-packages).
version = "1.0.0"
author = "Status Research & Development GmbH"
description = "Ethereum Common library"
license = "MIT"
requires "nim >= 1.6.0"
requires "eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7"