mirror of https://github.com/status-im/nim-eth.git
Fixed dependencies
This commit is contained in:
parent
e75a00f86e
commit
c74c773385
|
@ -10,7 +10,9 @@ requires "nim >= 0.19.0",
|
|||
"stint",
|
||||
"byteutils",
|
||||
"secp256k1",
|
||||
"rocksdb"
|
||||
"rocksdb",
|
||||
"package_visible_types",
|
||||
"asyncdispatch2"
|
||||
|
||||
proc test(filename: string) =
|
||||
echo "Running: ", filename
|
||||
|
|
Loading…
Reference in New Issue