You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[compat]
julia = "1.6"Foo = "~1.2.3"Bar = "=0.1.2"
This will fail to verify what you want ("When used as part of a testing workflow, this can check that your compat lower bounds are correct."). You might require a bugfix in Foo 1.2.4 (so the Foo = "1.2.3" entry is incorrect) but this would not be discovered in testing using this change to the Project file.
The text was updated successfully, but these errors were encountered:
Reading this in the README:
This will fail to verify what you want ("When used as part of a testing workflow, this can check that your compat lower bounds are correct."). You might require a bugfix in Foo 1.2.4 (so the
Foo = "1.2.3"
entry is incorrect) but this would not be discovered in testing using this change to the Project file.The text was updated successfully, but these errors were encountered: