Skip to content

Commit

Permalink
fix: pinning nim-eth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Oct 16, 2024
1 parent e15974e commit 7d27174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
nimble.develop
nimble.paths
.idea
.nimble
2 changes: 1 addition & 1 deletion ethers.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires "json_rpc >= 0.4.0 & < 0.5.0"
requires "serde >= 1.2.1 & < 1.3.0"
requires "stint"
requires "stew"
requires "eth"
requires "eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7"

task test, "Run the test suite":
exec "nimble install -d -y"
Expand Down

0 comments on commit 7d27174

Please sign in to comment.