Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0530499

Browse files
committedNov 27, 2024··
Updates non-versioned deps to their versioned counterparts
Also bumps ethers patch version
1 parent 1ae2cd4 commit 0530499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎ethers.nimble

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.10.0"
1+
version = "0.10.1"
22
author = "Nim Ethers Authors"
33
description = "library for interacting with Ethereum"
44
license = "MIT"
@@ -10,9 +10,9 @@ requires "contractabi >= 0.6.0 & < 0.7.0"
1010
requires "questionable >= 0.10.2 & < 0.11.0"
1111
requires "https://github.com/codex-storage/nim-json-rpc >= 0.5.0 & < 0.6.0"
1212
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"
1616

1717
task test, "Run the test suite":
1818
# exec "nimble install -d -y"

0 commit comments

Comments
 (0)
Please sign in to comment.