Skip to content

Commit

Permalink
Fix nimble serde version again ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
emizzle committed May 21, 2024
1 parent 59a1e73 commit bf182fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires "chronos >= 4.0.0 & < 4.1.0"
requires "contractabi >= 0.6.0 & < 0.7.0"
requires "questionable >= 0.10.2 & < 0.11.0"
requires "json_rpc >= 0.4.0 & < 0.5.0"
requires "serde >= 1.2.1 < 1.3.0"
requires "serde >= 1.2.1 & < 1.3.0"
requires "stint"
requires "stew"
requires "eth"
Expand Down

0 comments on commit bf182fe

Please sign in to comment.