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 29b65f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions ethers.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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"
# exec "nimble install -d -y"
withDir "testmodule":
exec "nimble test"

0 comments on commit 29b65f3

Please sign in to comment.