remove nim version dependency
This commit is contained in:
parent
8c4b292aa3
commit
9861776233
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue