File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version = " 0.10.0 "
1
+ version = " 0.10.1 "
2
2
author = " Nim Ethers Authors"
3
3
description = " library for interacting with Ethereum"
4
4
license = " MIT"
@@ -10,9 +10,9 @@ requires "contractabi >= 0.6.0 & < 0.7.0"
10
10
requires " questionable >= 0.10.2 & < 0.11.0"
11
11
requires " https://github.com/codex-storage/nim-json-rpc >= 0.5.0 & < 0.6.0"
12
12
requires " serde >= 1.2.1 & < 1.3.0"
13
- requires " stint"
14
- requires " stew"
15
- requires " eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7 "
13
+ requires " https://github.com/codex-storage/nim- stint-versioned >= 1.0.0 & < 2.0.0 "
14
+ requires " https://github.com/codex-storage/nim- stew-versioned >= 1.0.0 & < 2.0.0 "
15
+ requires " https://github.com/codex-storage/nim- eth-versioned >= 1.0.0 & < 2.0.0 "
16
16
17
17
task test, " Run the test suite" :
18
18
# exec "nimble install -d -y"
You can’t perform that action at this time.
0 commit comments