Skip to content

Commit

Permalink
Unpin aunit, use major version match for gnatcov
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGrosser committed Dec 27, 2023
1 parent eb2a118 commit 64afef2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ executables = ["test_rp2040_hal"]

[[depends-on]] # Added by alr
rp2040_hal = "^2"
aunit = "^24.0.0"
gnatcov = "^22.0.1"
aunit = "^24"
gnatcov = "^22"

[[pins]]
rp2040_hal = { path='../../rp2040_hal' }
aunit = { url='https://github.com/JeremyGrosser/aunit.git' }

[gpr-set-externals]
AUNIT_RUNTIME = "zfp-cross"
Expand Down

0 comments on commit 64afef2

Please sign in to comment.