2
0
mirror of https://github.com/status-im/nim-raft.git synced 2025-02-24 10:58:07 +00:00

Fix raft_consensus.nimble

This commit is contained in:
Raycho Mukelov 2023-07-28 00:36:44 +03:00
parent f098fa9e40
commit 76537a22d3

@ -14,7 +14,6 @@ version = "0.0.1"
author = "Status Research & Development GmbH"
description = "raft consensus in nim"
license = "Apache License 2.0"
skipDirs = @["tests"]
requires "nim >= 1.2.0"
requires "stew >= 0.1.0"