Skip to content

Commit

Permalink
fix(deps): .nimble and nimble have different versioning format
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 12, 2024
1 parent 170a600 commit 5c989d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ when (NimMajor, NimMinor) >= (2, 0): # Task-level dependencies

taskRequires "test", "jsony"
taskRequires "test", "yaml"
taskRequires "test", "gmp@#head"
taskRequires "test", "gmp#head"

taskRequires "test_parallel", "jsony"
taskRequires "test_parallel", "yaml"
taskRequires "test_parallel", "gmp@#head"
taskRequires "test_parallel", "gmp#head"

taskRequires "test_no_gmp", "jsony"
taskRequires "test_no_gmp", "yaml"
Expand Down

0 comments on commit 5c989d9

Please sign in to comment.