remove nim version dependency

This commit is contained in:
Dmitriy Ryajov 2021-10-29 09:34:27 -06:00
parent 8c4b292aa3
commit 9861776233
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ author = "Dagger Team"
description = "p2p data durability engine"
license = "MIT"
requires "nim >= 1.4.2",
"libp2p#unstable",
requires "libp2p#unstable",
"nimcrypto >= 0.4.1",
"bearssl >= 0.1.4",
"chronicles >= 0.7.2",