libadalang_tools: fix gnat dependency (#652)

libadalang_tools crate does not build correctly with GNAT 12 because of new diagnostic message.
This commit is contained in:
Marc Poulhiès
2022-10-06 16:41:41 +02:00
committed by GitHub
parent 007ed729d1
commit fe3418be8c
@@ -18,6 +18,7 @@ hashes = ["sha512:c9028428379e68644dee140b76c6806b15561484bdc77a8c85c88c1ae4de51
[[depends-on]]
libadalang = "22.0.0"
gnat = "^11"
[[actions.'case(os)'.windows]]
type = "post-fetch"